Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Michael X. Grey <greyxmike@gmail.com>
  • Loading branch information
mxgrey committed Nov 19, 2024
1 parent b9aedcf commit 6ef302e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rclrs/src/logging.rs
Original file line number Diff line number Diff line change
Expand Up @@ -644,8 +644,8 @@ mod tests {
for i in 0..15 {
log!(
"logger"
.throttle(Duration::from_nanos(10))
.throttle_clock(ThrottleClock::Clock(&clock)),
.throttle(Duration::from_nanos(10))
.throttle_clock(ThrottleClock::Clock(&clock)),
"custom clock throttled message",
);
source.set_ros_time_override(i);
Expand Down

0 comments on commit 6ef302e

Please sign in to comment.