diff options
author | dgolear <dgolear@yandex-team.com> | 2024-09-09 14:52:33 +0300 |
---|---|---|
committer | dgolear <dgolear@yandex-team.com> | 2024-09-09 15:08:49 +0300 |
commit | 2d88b750a431123deaef5c629537bb40087c4077 (patch) | |
tree | ced01befcdf86419269bb26472b8b61971bb7c40 /library | |
parent | f49f63dc87ade98240dbb20ac1f2889b3b2ef0aa (diff) | |
download | ydb-2d88b750a431123deaef5c629537bb40087c4077.tar.gz |
Fix indent
9d68586af8dfca759270be14dad2e1c5a97a7891
Diffstat (limited to 'library')
-rw-r--r-- | library/cpp/yt/small_containers/compact_vector.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/yt/small_containers/compact_vector.h b/library/cpp/yt/small_containers/compact_vector.h index 23a0ac3fd0..07fd9f8924 100644 --- a/library/cpp/yt/small_containers/compact_vector.h +++ b/library/cpp/yt/small_containers/compact_vector.h @@ -69,7 +69,7 @@ public: TCompactVector(TIterator first, TIterator last); TCompactVector(std::initializer_list<T> list); - ~TCompactVector(); + ~TCompactVector(); [[nodiscard]] bool empty() const; |