style: clang-tidy auto fixes (#1889)

Fixes #1888. Please review and commit clang-tidy fixes.

Co-authored-by: godexsoft <385326+godexsoft@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-02-11 13:01:31 +00:00
committed by GitHub
parent cd6289b79a
commit b5fe22da18

View File

@@ -71,7 +71,7 @@ CliArgs::parse(int argc, char const* argv[])
}
if (parsed.count("config-description") != 0u) {
std::filesystem::path filePath = parsed["config-description"].as<std::string>();
std::filesystem::path const filePath = parsed["config-description"].as<std::string>();
auto const res = util::config::ClioConfigDescription::generateConfigDescriptionToFile(filePath);
if (res.has_value())