From df9835cb1b90255cbbd11b71ab3609ec1ff75107 Mon Sep 17 00:00:00 2001
From: bidzilya <bidzilya@yandex-team.ru>
Date: Thu, 10 Feb 2022 16:50:46 +0300
Subject: Restoring authorship annotation for <bidzilya@yandex-team.ru>. Commit
 1 of 2.

---
 library/cpp/yt/string/format-inl.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'library/cpp/yt')

diff --git a/library/cpp/yt/string/format-inl.h b/library/cpp/yt/string/format-inl.h
index 5484d4a216..f47c1acf33 100644
--- a/library/cpp/yt/string/format-inl.h
+++ b/library/cpp/yt/string/format-inl.h
@@ -378,10 +378,10 @@ struct TValueFormatter<THashMultiMap<K, V>>
 };
 
 // TEnumIndexedVector
-template <class E, class T>
-struct TValueFormatter<TEnumIndexedVector<E, T>>
+template <class E, class T> 
+struct TValueFormatter<TEnumIndexedVector<E, T>> 
 {
-    static void Do(TStringBuilderBase* builder, const TEnumIndexedVector<E, T>& collection, TStringBuf format)
+    static void Do(TStringBuilderBase* builder, const TEnumIndexedVector<E, T>& collection, TStringBuf format) 
     {
         builder->AppendChar('{');
         bool firstItem = true;
-- 
cgit v1.2.3