Salome HOME
Merge branch 'master' of newgeom:newgeom.git
[modules/shaper.git] / src / XGUI / XGUI_PartDataModel.cpp
index bfc6dea68db92824ab9c121fa722bf9c3f6ba3dd..82f8c132bb298b478dc280e8bb1ceb77bf40a016 100644 (file)
@@ -106,7 +106,6 @@ int XGUI_TopDataModel::rowCount(const QModelIndex& theParent) const
 
   if (theParent.internalId() == ConstructFolder)
     return aRootDoc->size(ModelAPI_ResultConstruction::group());
-
   return 0;
 }