diff --git a/object_cloud_gen.py b/object_cloud_gen.py
index e5b79aba8953ba461133ee9cf9c5524fc8f39af4..406a7fa4a0e8ab2ab86e36de2904594c0f8a2b0a 100644
--- a/object_cloud_gen.py
+++ b/object_cloud_gen.py
@@ -312,7 +312,8 @@ bpy.types.Scene.cloudparticles = BoolProperty(
 bpy.types.Scene.cloud_type = EnumProperty(
     name="Type",
     description="Select the type of cloud to create with material settings",
-    items = cloudTypes, default = '0')
+    items=cloudTypes, default='0')
+
 
 class GenerateCloud(bpy.types.Operator):
     bl_idname = "cloud.generate_cloud"