- Change .py files to use 4-space indents and no hard tab characters.
[plcapi.git] / PLC / Methods / DeleteNetworkMethod.py
index aeeef52..7dccbde 100644 (file)
@@ -24,7 +24,7 @@ class DeleteNetworkMethod(Method):
         ]
 
     returns = Parameter(int, '1 if successful')
-   
+
 
     def call(self, auth, name):
         network_methods = NetworkMethods(self.api, [name])