aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorunril <unril@yandex-team.ru>2022-02-10 16:46:05 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:05 +0300
commit3b241dd57cf58f20bbbd63fa6a0a758dbec09b68 (patch)
tree1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /util
parent11ae9eca250d0188b7962459cbc6706719e7dca9 (diff)
downloadydb-3b241dd57cf58f20bbbd63fa6a0a758dbec09b68.tar.gz
Restoring authorship annotation for <unril@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util')
-rw-r--r--util/generic/utility.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/util/generic/utility.h b/util/generic/utility.h
index ec50d33e5e..43b98eeafc 100644
--- a/util/generic/utility.h
+++ b/util/generic/utility.h
@@ -123,10 +123,10 @@ protected:
Zero(*static_cast<TDerived*>(this));
}
};
-
-struct TIdentity {
- template <class T>
- constexpr decltype(auto) operator()(T&& x) const noexcept {
- return std::forward<T>(x);
- }
-};
+
+struct TIdentity {
+ template <class T>
+ constexpr decltype(auto) operator()(T&& x) const noexcept {
+ return std::forward<T>(x);
+ }
+};