diff --git a/qt/widgets/common/src/WorkspacePresenter/WorkspaceTreeWidgetSimple.cpp b/qt/widgets/common/src/WorkspacePresenter/WorkspaceTreeWidgetSimple.cpp
index 0c0ca8bbfc30d700d392286735395637971cbc4b..8e89e4734ea7d21a9ceac5a00a356dcdfac0d5b3 100644
--- a/qt/widgets/common/src/WorkspacePresenter/WorkspaceTreeWidgetSimple.cpp
+++ b/qt/widgets/common/src/WorkspacePresenter/WorkspaceTreeWidgetSimple.cpp
@@ -121,7 +121,7 @@ void WorkspaceTreeWidgetSimple::popupContextMenu() {
           }
         }
       }
-      //disable the actions created so far if only one bin
+      // disable the actions created so far if only one bin
       for (auto action : plotSubMenu->actions()) {
         action->setEnabled(multipleBins);
       }