Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
esteve committed Nov 7, 2023
1 parent 8fda8d7 commit d74d82e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rclrs/src/time_source.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use crate::clock::{Clock, ClockSource, ClockType};
use crate::{MandatoryParameter, Node, QoSProfile, Subscription, QOS_PROFILE_CLOCK};
use crate::vendor::rosgraph_msgs::msg::Clock as ClockMsg;
use crate::{MandatoryParameter, Node, QoSProfile, Subscription, QOS_PROFILE_CLOCK};
use std::sync::{Arc, Mutex, RwLock, Weak};

/// Time source for a node that drives the attached clock.
Expand Down

0 comments on commit d74d82e

Please sign in to comment.