Major code revision
[snf-image-creator] / image_creator / os_type / netbsd.py
index bc81c17..37bc869 100644 (file)
@@ -1,6 +1,7 @@
 from image_creator.os_type.unix import Unix
 
+
 class Netbsd(Unix):
-       pass
+    pass
 
 # vim: set sta sts=4 shiftwidth=4 sw=4 et ai :