- Change .py files to use 4-space indents and no hard tab characters.
[plcapi.git] / PLC / SiteTags.py
index 603b3c6..6ae4ded 100644 (file)
@@ -28,8 +28,8 @@ class SiteTag(Row):
         'category': TagType.fields['category'],
         'min_role_id': TagType.fields['min_role_id'],
         'value': Parameter(str, "Site setting value"),
-       ### relations
-       
+        ### relations
+
         }
 
 class SiteTags(Table):