Skip to content

Commit 49f58ac

Browse files
style: pre-commit.ci fixes
1 parent 6633fe8 commit 49f58ac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

include/CLI/impl/StringTools_inl.hpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,10 +185,10 @@ find_member(std::string name, const std::vector<std::string> names, bool ignore_
185185
return (it != std::end(names)) ? (it - std::begin(names)) : (-1);
186186
}
187187
#if defined(CLI11_MODULE)
188-
CLI11_MODULE_INLINE const std::string& escapedChars("\b\t\n\f\r\"\\");
189-
CLI11_MODULE_INLINE const std::string& escapedCharsCode("btnfr\"\\");
190-
CLI11_MODULE_INLINE const std::string& matchBracketChars("\"'`])>}");
191-
CLI11_MODULE_INLINE const std::string& matchBracketChars("\"'`])>}");
188+
CLI11_MODULE_INLINE const std::string &escapedChars("\b\t\n\f\r\"\\");
189+
CLI11_MODULE_INLINE const std::string &escapedCharsCode("btnfr\"\\");
190+
CLI11_MODULE_INLINE const std::string &matchBracketChars("\"'`])>}");
191+
CLI11_MODULE_INLINE const std::string &matchBracketChars("\"'`])>}");
192192
#else
193193
static const std::string &escapedChars{"\b\t\n\f\r\"\\"};
194194
static const std::string &escapedCharsCode{"btnfr\"\\"};

0 commit comments

Comments
 (0)