diff options
author | bidzilya <[email protected]> | 2022-02-10 16:50:46 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:50:46 +0300 |
commit | a175286682787b2d1213734c5be7458aaf594c1c (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/yt/string | |
parent | df9835cb1b90255cbbd11b71ab3609ec1ff75107 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/yt/string')
-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 f47c1acf33a..5484d4a216c 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; |