syntax
diff --git a/xos/synchronizers/openstack/steps/sync_controller_users.py b/xos/synchronizers/openstack/steps/sync_controller_users.py
index 448cc2c..f5cb82c 100644
--- a/xos/synchronizers/openstack/steps/sync_controller_users.py
+++ b/xos/synchronizers/openstack/steps/sync_controller_users.py
@@ -58,7 +58,7 @@
                 }
 	    return user_fields
 
-    def map_sync_outputs(self, controller_user, res)
+    def map_sync_outputs(self, controller_user, res):
         controller_user.kuser_id = res[0]['openstack']
         controller_user.backend_status = '1 - OK'
         controller_user.save()