aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/threading/local_executor/local_executor.cpp
diff options
context:
space:
mode:
authorAnna Veronika Dorogush <annaveronika@yandex-team.ru>2022-02-10 16:51:00 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:51:00 +0300
commit422daa60ebc422624f4621c54ad0e600134cc621 (patch)
tree72775ca306f3556fef10c3d0498a6aad0f1557b9 /library/cpp/threading/local_executor/local_executor.cpp
parent3fd404e3c028261bd5c6720cd67d4b755740d161 (diff)
downloadydb-422daa60ebc422624f4621c54ad0e600134cc621.tar.gz
Restoring authorship annotation for Anna Veronika Dorogush <annaveronika@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/threading/local_executor/local_executor.cpp')
-rw-r--r--library/cpp/threading/local_executor/local_executor.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/threading/local_executor/local_executor.cpp b/library/cpp/threading/local_executor/local_executor.cpp
index 1d3fbb4bf4..e9ddfaf36a 100644
--- a/library/cpp/threading/local_executor/local_executor.cpp
+++ b/library/cpp/threading/local_executor/local_executor.cpp
@@ -1,5 +1,5 @@
-#include "local_executor.h"
-
+#include "local_executor.h"
+
#include <library/cpp/threading/future/future.h>
#include <util/generic/utility.h>
@@ -358,7 +358,7 @@ int NPar::TLocalExecutor::GetLPQueueSize() const noexcept {
return AtomicGet(Impl_->LPQueueSize);
}
-int NPar::TLocalExecutor::GetWorkerThreadId() const noexcept {
+int NPar::TLocalExecutor::GetWorkerThreadId() const noexcept {
return Impl_->WorkerThreadId;
}