- Change .py files to use 4-space indents and no hard tab characters.
[plcapi.git] / PLC / Methods / DeleteNodeType.py
index 1b6fd38..d5bc58d 100644 (file)
@@ -33,5 +33,5 @@ class DeleteNodeType(Method):
         node_type = node_types[0]
 
         node_type.delete()
-       
+
         return 1