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
commit75abffb472365d28bd0a019db1a54cb32a6100dd (patch)
tree09a7f042da3da3e074e6dd6f7e5305a92eb2321a /util
parentb228f91bb45c3cb95fcd861c424bb3de0fd356f2 (diff)
downloadydb-75abffb472365d28bd0a019db1a54cb32a6100dd.tar.gz
Restoring authorship annotation for <sskvor@yandex-team.ru>. Commit 1 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 d1ea3a67cb..3b5fd58350 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)
{
}