summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--yt/cpp/mapreduce/interface/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/cpp/mapreduce/interface/config.h b/yt/cpp/mapreduce/interface/config.h
index 9105a402858..686061a87ca 100644
--- a/yt/cpp/mapreduce/interface/config.h
+++ b/yt/cpp/mapreduce/interface/config.h
@@ -22,7 +22,7 @@ namespace NLogLevel {
inline constexpr std::string_view Error = "error";
inline constexpr std::string_view Info = "info";
inline constexpr std::string_view Debug = "debug";
-};
+} // namespace NLogLevel
////////////////////////////////////////////////////////////////////////////////