- Change .py files to use 4-space indents and no hard tab characters.
[plcapi.git] / PLC / Methods / UpdateAddressType.py
index 6110de2..bfd1b78 100644 (file)
@@ -39,6 +39,6 @@ class UpdateAddressType(Method):
 
         address_type.update(address_type_fields)
         address_type.sync()
-       self.event_objects = {'AddressType': [address_type['address_type_id']]}
+        self.event_objects = {'AddressType': [address_type['address_type_id']]}
 
         return 1