summaryrefslogtreecommitdiffstats
path: root/library/cpp/containers/flat_hash/lib/containers.h
diff options
context:
space:
mode:
authormihaild <[email protected]>2022-02-10 16:46:59 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:46:59 +0300
commit55fa8c7df8dba9a6fda8a807e529a9d04bd88580 (patch)
treeb83306b6e37edeea782e9eed673d89286c4fef35 /library/cpp/containers/flat_hash/lib/containers.h
parent246417ad6168d3f7ab4a0cf1c79ba4259f7c45ae (diff)
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/containers/flat_hash/lib/containers.h')
-rw-r--r--library/cpp/containers/flat_hash/lib/containers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/containers/flat_hash/lib/containers.h b/library/cpp/containers/flat_hash/lib/containers.h
index 322e38fbd2f..82008f2f9cf 100644
--- a/library/cpp/containers/flat_hash/lib/containers.h
+++ b/library/cpp/containers/flat_hash/lib/containers.h
@@ -101,7 +101,7 @@ public:
explicit TFlatContainer(size_type initSize, const allocator_type& alloc = {})
: Buckets_(initSize, alloc)
, Taken_(0)
- , Empty_(initSize) {}
+ , Empty_(initSize) {}
TFlatContainer(const TFlatContainer&) = default;
TFlatContainer(TFlatContainer&& rhs)