summaryrefslogtreecommitdiff
path: root/runtime/indenter.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/indenter.h')
-rw-r--r--runtime/indenter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/indenter.h b/runtime/indenter.h
index cc6d4c4e96..69b973252d 100644
--- a/runtime/indenter.h
+++ b/runtime/indenter.h
@@ -32,7 +32,7 @@ class Indenter : public std::streambuf {
public:
Indenter(std::streambuf* out, char text, size_t count)
: indent_next_(true), out_sbuf_(out),
- text_{text, text, text, text, text, text, text, text}, // NOLINT(whitespace/braces)
+ text_{text, text, text, text, text, text, text, text},
count_(count) {}
private: