We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
readability-redundant-string-init
1 parent 295a4bc commit 1e631b1Copy full SHA for 1e631b1
src/stats/client.cpp
@@ -81,9 +81,9 @@ class StatsdClientImpl final : public StatsdClient
81
std::unique_ptr<RawSender> m_sender{nullptr};
82
83
/* Phrase prepended to keys */
84
- const std::string m_prefix{""};
+ const std::string m_prefix{};
85
/* Phrase appended to keys */
86
- const std::string m_suffix{""};
+ const std::string m_suffix{};
87
};
88
} // anonymous namespace
89
0 commit comments