- Change .py files to use 4-space indents and no hard tab characters.
[plcapi.git] / PLC / Methods / GetRoles.py
index ae1c314..b660471 100644 (file)
@@ -18,6 +18,6 @@ class GetRoles(Method):
         ]
 
     returns = [Role.fields]
-    
+
     def call(self, auth):
-       return Roles(self.api)
+        return Roles(self.api)