- Change .py files to use 4-space indents and no hard tab characters.
[plcapi.git] / PLC / Methods / BootGetNodeDetails.py
index ae338f9..c376f45 100644 (file)
@@ -51,7 +51,6 @@ class BootGetNodeDetails(Method):
                         else:
                             network[field] = ""
 
-       self.message = "Node request boot_state (%s) and networks" % \
-               (details['boot_state'])
+        self.message = "Node request boot_state (%s) and networks" % \
+                (details['boot_state'])
         return details
-