Skip to content

Commit

Permalink
move
Browse files Browse the repository at this point in the history
Signed-off-by: Ruiyang Wang <[email protected]>
  • Loading branch information
rynewang committed Dec 4, 2024
1 parent d2bc4fc commit c20bb13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ray/common/asio/periodical_runner.cc
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ void PeriodicalRunner::DoRunFnPeriodicallyInstrumented(
std::move(fn), period, std::move(timer), std::move(name));
}
},
stats_handle);
std::move(stats_handle));
}
});
}
Expand Down

0 comments on commit c20bb13

Please sign in to comment.