aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorsskvor <sskvor@yandex-team.ru>2022-02-10 16:48:04 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:48:04 +0300
commit10ade5dcb952a8fae61f734485641a8409e1c545 (patch)
treeb222e5ac2e2e98872661c51ccceee5da0d291e13 /util
parent75abffb472365d28bd0a019db1a54cb32a6100dd (diff)
downloadydb-10ade5dcb952a8fae61f734485641a8409e1c545.tar.gz
Restoring authorship annotation for <sskvor@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util')
-rw-r--r--util/thread/pool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/thread/pool.h b/util/thread/pool.h
index 3b5fd58350..d1ea3a67cb 100644
--- a/util/thread/pool.h
+++ b/util/thread/pool.h
@@ -347,7 +347,7 @@ public:
template <class... Args>
inline TThreadPoolBinder(TSlave* slave, Args&&... args)
- : TQueueType(std::forward<Args>(args)...)
+ : TQueueType(std::forward<Args>(args)...)
, Slave_(slave)
{
}