Salome HOME
Meet the coding style (line length <= 100)
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_Sketch.cpp
index 04cf7331b55d84b1c7fdb5c4f5be0e828ad3c150..d1deff5364ac1e1f9369a33889243ee28db68c1b 100755 (executable)
@@ -139,6 +139,7 @@ std::shared_ptr<ModelAPI_Feature> SketchPlugin_Sketch::addFeature(std::string th
   }
    // set as current also after it becomes sub to set correctly enabled for other sketch subs
   document()->setCurrentFeature(aNew, false);
+
   return aNew;
 }