summaryrefslogtreecommitdiffstats
path: root/library/cpp/threading/task_scheduler
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/threading/task_scheduler')
-rw-r--r--library/cpp/threading/task_scheduler/task_scheduler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/threading/task_scheduler/task_scheduler.cpp b/library/cpp/threading/task_scheduler/task_scheduler.cpp
index d428a0f8a30..174dde4bf75 100644
--- a/library/cpp/threading/task_scheduler/task_scheduler.cpp
+++ b/library/cpp/threading/task_scheduler/task_scheduler.cpp
@@ -21,7 +21,7 @@ public:
TString DebugState = "?";
TString DebugId = "";
private:
- void* ThreadProc() noexcept override {
+ void* ThreadProc() noexcept override {
Scheduler_.WorkerFunc(this);
return nullptr;
}