Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 5, 2024
1 parent 0bb916b commit 71c8268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpp/rpp/schedulers/new_thread.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ namespace rpp::schedulers
{
if (res->can_run_immediately() && !state->has_fresh_data.load())
continue;

const auto tp = top->handle_advanced_call(res.value());
state->queue.emplace(tp, std::move(top));
}
Expand Down

0 comments on commit 71c8268

Please sign in to comment.