aboutsummaryrefslogtreecommitdiffstats
path: root/util/generic/deque.h
diff options
context:
space:
mode:
authormihaild <mihaild@yandex-team.ru>2022-02-10 16:46:59 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:59 +0300
commit55fa8c7df8dba9a6fda8a807e529a9d04bd88580 (patch)
treeb83306b6e37edeea782e9eed673d89286c4fef35 /util/generic/deque.h
parent246417ad6168d3f7ab4a0cf1c79ba4259f7c45ae (diff)
downloadydb-55fa8c7df8dba9a6fda8a807e529a9d04bd88580.tar.gz
Restoring authorship annotation for <mihaild@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/generic/deque.h')
-rw-r--r--util/generic/deque.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/generic/deque.h b/util/generic/deque.h
index 4440adb8f2..2dabaf3177 100644
--- a/util/generic/deque.h
+++ b/util/generic/deque.h
@@ -15,8 +15,8 @@ class TDeque: public std::deque<T, TReboundAllocator<A, T>> {
public:
using TBase::TBase;
- inline yssize_t ysize() const noexcept {
- return (yssize_t)this->size();
+ inline yssize_t ysize() const noexcept {
+ return (yssize_t)this->size();
}
inline explicit operator bool() const noexcept {