style: clang-tidy auto fixes (#2958)

Co-authored-by: godexsoft <385326+godexsoft@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-02-23 13:54:07 +00:00
committed by GitHub
parent 2d6f82c27f
commit af736717fc
38 changed files with 138 additions and 72 deletions

View File

@@ -51,9 +51,9 @@ getClioVersionString()
std::string const&
getClioFullVersionString()
{
static std::string const value =
static std::string const kVALUE =
"clio-" + getClioVersionString(); // NOLINT(readability-identifier-naming)
return value;
return kVALUE;
}
std::string const&