Salome HOME
Issue #1834: Fix length of lines
[modules/shaper.git] / src / ConstructionPlugin / ConstructionPlugin_Plugin.cpp
index dab24920d4ff0bd3ba7b3d02fd1a76535582f942..40c016f503f7ef4ef101183ba8a0b5eb341f7389 100644 (file)
@@ -37,7 +37,8 @@ ConstructionPlugin_Plugin::ConstructionPlugin_Plugin()
   ModelAPI_Session::get()->registerPlugin(this);
 
   // register construction properties
-  Config_PropManager::registerProp("Visualization", "construction_plane_color", "Construction plane color",
+  Config_PropManager::registerProp("Visualization", "construction_plane_color",
+                                   "Construction plane color",
                                    Config_Prop::Color, ConstructionPlugin_Plane::DEFAULT_COLOR());
 }