summaryrefslogtreecommitdiffstats
path: root/storageframework
diff options
context:
space:
mode:
Diffstat (limited to 'storageframework')
-rw-r--r--storageframework/src/vespa/storageframework/generic/status/htmlstatusreporter.cpp10
1 files changed, 3 insertions, 7 deletions
diff --git a/storageframework/src/vespa/storageframework/generic/status/htmlstatusreporter.cpp b/storageframework/src/vespa/storageframework/generic/status/htmlstatusreporter.cpp
index 9b5efef1fbf..c195a83038e 100644
--- a/storageframework/src/vespa/storageframework/generic/status/htmlstatusreporter.cpp
+++ b/storageframework/src/vespa/storageframework/generic/status/htmlstatusreporter.cpp
@@ -2,8 +2,7 @@
#include "htmlstatusreporter.h"
-namespace storage {
-namespace framework {
+namespace storage::framework {
HtmlStatusReporter::HtmlStatusReporter(vespalib::stringref id,
vespalib::stringref name)
@@ -11,9 +10,7 @@ HtmlStatusReporter::HtmlStatusReporter(vespalib::stringref id,
{
}
-HtmlStatusReporter::~HtmlStatusReporter()
-{
-}
+HtmlStatusReporter::~HtmlStatusReporter() = default;
void
HtmlStatusReporter::reportHtmlHeader(std::ostream& out,
@@ -52,5 +49,4 @@ HtmlStatusReporter::reportStatus(std::ostream& out,
return true;
}
-} // framework
-} // storage
+}