summaryrefslogtreecommitdiffstats
path: root/storageapi
diff options
context:
space:
mode:
Diffstat (limited to 'storageapi')
-rw-r--r--storageapi/src/vespa/storageapi/message/state.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/storageapi/src/vespa/storageapi/message/state.h b/storageapi/src/vespa/storageapi/message/state.h
index e8062c71d22..746d92fce6b 100644
--- a/storageapi/src/vespa/storageapi/message/state.h
+++ b/storageapi/src/vespa/storageapi/message/state.h
@@ -6,8 +6,7 @@
#include <vespa/storageapi/messageapi/storagereply.h>
#include <vespa/vdslib/state/clusterstate.h>
-namespace storage {
-namespace api {
+namespace storage::api {
/**
* @class GetNodeStateCommand
@@ -90,5 +89,4 @@ public:
DECLARE_STORAGEREPLY(SetSystemStateReply, onSetSystemStateReply)
};
-} // api
-} // storage
+}