summaryrefslogtreecommitdiffstats
path: root/library/cpp
diff options
context:
space:
mode:
authorpechatnov <[email protected]>2026-05-19 03:48:45 +0300
committerpechatnov <[email protected]>2026-05-19 04:15:02 +0300
commite324708cc3d0cf8fe8e3f192da6a1d1f93c2bdc5 (patch)
tree52252ee7694bc8fba8380e924fe6ec7ae8c024e4 /library/cpp
parentece7dc6b0ce38f4c52003721ab995d35bafe1b56 (diff)
Remove excess blank line
commit_hash:fff41cdbc1400a312067a6517c334440404c662b
Diffstat (limited to 'library/cpp')
-rw-r--r--library/cpp/yt/string/enum-inl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/cpp/yt/string/enum-inl.h b/library/cpp/yt/string/enum-inl.h
index 14d26c61158..922f56d82c6 100644
--- a/library/cpp/yt/string/enum-inl.h
+++ b/library/cpp/yt/string/enum-inl.h
@@ -35,7 +35,6 @@ void ThrowMalformedEnumValueException(
TStringBuf value,
const std::span<const TStringBuf>& domainNames = {});
-
void FormatUnknownEnumValue(
auto* builder,
TStringBuf name,