Skip to content

Commit e4dd176

Browse files
Format
Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
1 parent 00c7951 commit e4dd176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rclrs/src/time_source.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use crate::{
22
clock::{Clock, ClockSource, ClockType},
33
vendor::rosgraph_msgs::msg::Clock as ClockMsg,
4-
ReadOnlyParameter, Node, QoSProfile, Subscription, QOS_PROFILE_CLOCK,
4+
Node, QoSProfile, ReadOnlyParameter, Subscription, QOS_PROFILE_CLOCK,
55
};
66
use std::sync::{Arc, Mutex, RwLock, Weak};
77

0 commit comments

Comments
 (0)