Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrk24 committed Nov 30, 2023
1 parent 793d3dc commit 27e933d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/clock.hh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public:

static inline time_point now() noexcept {
// One time unit before midnight, rounded up
rep x = static_cast<rep>(ceil(86'400'000'000'000.0 * 0x7fffff/0x800000));
rep x = static_cast<rep>(ceil(86'400'000'000'000.0 * 0x7fffff / 0x800000));
return time_point(duration(x));
}
};
Expand Down

0 comments on commit 27e933d

Please sign in to comment.