Skip to content

Commit

Permalink
clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
TrentHouliston committed Apr 30, 2024
1 parent 8906fa3 commit c189424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension/ChronoController.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ namespace extension {

} break;
case message::TimeTravel::Action::NEAREST: {
clock::time_point nearest =
const clock::time_point nearest =
tasks.empty() ? travel.target
: std::min(travel.target, std::min_element(tasks.begin(), tasks.end())->time);
clock::set_clock(nearest, travel.rtf);
Expand Down

0 comments on commit c189424

Please sign in to comment.