Salome HOME
updated copyright message
[modules/shaper.git] / src / CollectionAPI / CollectionAPI_GroupAddition.cpp
index d0fecada7f95b850ba31ecf33433bb1ada222b18..71bbc1591d3c57d8d248474baea914449cb2d435 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2019  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2023  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -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));
 }