- Change .py files to use 4-space indents and no hard tab characters.
[plcapi.git] / PLC / Methods / GetNodeGroups.py
index 6428f80..d5cb8eb 100644 (file)
@@ -27,6 +27,6 @@ class GetNodeGroups(Method):
         ]
 
     returns = [NodeGroup.fields]
-  
+
     def call(self, auth, nodegroup_filter = None, return_fields = None):
-       return NodeGroups(self.api, nodegroup_filter, return_fields)
+        return NodeGroups(self.api, nodegroup_filter, return_fields)