diff options
author | bidzilya <bidzilya@yandex-team.ru> | 2022-02-10 16:50:46 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:46 +0300 |
commit | df9835cb1b90255cbbd11b71ab3609ec1ff75107 (patch) | |
tree | 7cb1e97650d0cfbeadeb72594239e40d98dc8803 /library/cpp/yt | |
parent | af9fc89848f566ec50efee0e22dd29af7792e0dd (diff) | |
download | ydb-df9835cb1b90255cbbd11b71ab3609ec1ff75107.tar.gz |
Restoring authorship annotation for <bidzilya@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/yt')
-rw-r--r-- | library/cpp/yt/string/format-inl.h | 6 |
1 files changed, 3 insertions, 3 deletions
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; |