Salome HOME
Update viewer on delete an item
[modules/shaper.git] / src / CollectionAPI / CollectionAPI_GroupAddition.cpp
index d0fecada7f95b850ba31ecf33433bb1ada222b18..48e1f8e3cbf6ea906039d32f1889a5a0ed8e63a4 100644 (file)
@@ -65,6 +65,7 @@ void CollectionAPI_GroupAddition::dump(ModelHighAPI_Dumper& theDumper) const
 GroupAdditionPtr addGroupAddition(const std::shared_ptr<ModelAPI_Document>& thePart,
                                   const std::list<ModelHighAPI_Selection>& theGroupList)
 {
-  std::shared_ptr<ModelAPI_Feature> aFeature = thePart->addFeature(CollectionAPI_GroupAddition::ID());
+  std::shared_ptr<ModelAPI_Feature> aFeature =
+      thePart->addFeature(CollectionAPI_GroupAddition::ID());
   return GroupAdditionPtr(new CollectionAPI_GroupAddition(aFeature, theGroupList));
 }