Salome HOME
Issue #1903: Set default value for string
[modules/shaper.git] / src / CollectionPlugin / CollectionPlugin_WidgetCreator.cpp
index a369cf36e4132313dbdf253d894d4c72b917f639..7b8154b1c773426a3a84845eee52ae0b11ddf905 100644 (file)
@@ -30,7 +30,7 @@ ModuleBase_ModelWidget* CollectionPlugin_WidgetCreator::createWidgetByType(
   if (myPanelTypes.find(theType) == myPanelTypes.end())
     return aWidget;
 
-  if (theType == "field-panel") {     
+  if (theType == "field-panel") {
     aWidget = new CollectionPlugin_WidgetField(theParent, theWorkshop, theWidgetApi);
   }