From ab9ff1405f9dd27addb6106e6d6e3ea45c730cc4 Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Tue, 8 Oct 2024 12:34:05 +0200 Subject: Name constexpr variables using kCamelCase. --- src/other_tools/just_mr/setup.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/other_tools/just_mr/setup.cpp') diff --git a/src/other_tools/just_mr/setup.cpp b/src/other_tools/just_mr/setup.cpp index 0c884d86..1629402b 100644 --- a/src/other_tools/just_mr/setup.cpp +++ b/src/other_tools/just_mr/setup.cpp @@ -370,7 +370,7 @@ auto MultiRepoSetup(std::shared_ptr const& config, mr_repos[repo] = *values[i]; } // populate ALT_DIRS - constexpr auto err_msg_format = + constexpr auto kErrMsgFormat = "While performing {} {}:\nWhile populating fields for " "repository {}:\nExpected value for key \"{}\" to be a " "string, but found {}"; @@ -386,7 +386,7 @@ auto MultiRepoSetup(std::shared_ptr const& config, // we expect a string if (not val->IsString()) { Logger::Log(LogLevel::Error, - err_msg_format, + kErrMsgFormat, multi_repo_tool_name, interactive ? "setup-env" -- cgit v1.2.3