From bd7421d6b4cbf27f6d67d37f68212541f2aefcf4 Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Sun, 12 Aug 2018 22:35:37 +0200 Subject: Remove whitespace --- metrics/src/vespa/metrics/metricmanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'metrics/src') diff --git a/metrics/src/vespa/metrics/metricmanager.cpp b/metrics/src/vespa/metrics/metricmanager.cpp index 2e87f26badb..b8255a6532f 100644 --- a/metrics/src/vespa/metrics/metricmanager.cpp +++ b/metrics/src/vespa/metrics/metricmanager.cpp @@ -189,7 +189,7 @@ namespace { struct Path { vespalib::StringTokenizer _path; - Path(vespalib::stringref fullpath) : _path(fullpath, ".") { } + Path(vespalib::stringref fullpath) : _path(fullpath, ".") { } vespalib::string toString() const { vespalib::asciistream ost; -- cgit v1.2.3