aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/haskell/haskelleditorfactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/haskell/haskelleditorfactory.h')
-rw-r--r--src/plugins/haskell/haskelleditorfactory.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/plugins/haskell/haskelleditorfactory.h b/src/plugins/haskell/haskelleditorfactory.h
index c91f875df29..090a5b12782 100644
--- a/src/plugins/haskell/haskelleditorfactory.h
+++ b/src/plugins/haskell/haskelleditorfactory.h
@@ -5,8 +5,7 @@
#include <texteditor/texteditor.h>
-namespace Haskell {
-namespace Internal {
+namespace Haskell::Internal {
class HaskellEditorFactory : public TextEditor::TextEditorFactory
{
@@ -14,5 +13,4 @@ public:
HaskellEditorFactory();
};
-} // Internal
-} // Haskell
+} // Haskell::Internal