Skip to content

Commit

Permalink
improve style.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDold committed Nov 24, 2023
1 parent cdc4ab2 commit 115ffee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/search/utils/timer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Duration Timer::reset() {
}

ostream &operator<<(ostream &os, const Timer &timer) {
os << std::fixed << std::setprecision(6) << timer();
os << fixed << setprecision(6) << timer();
return os;
}

Expand Down

0 comments on commit 115ffee

Please sign in to comment.