Skip to content

Commit 0715c5f

Browse files
committed
Fix style
Signed-off-by: Michael X. Grey <[email protected]>
1 parent 9d3bdc5 commit 0715c5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rclrs/src/node.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ use async_std::future::timeout;
3030
use rosidl_runtime_rs::{Action, Message};
3131

3232
use crate::{
33-
rcl_bindings::*, ActionClient, IntoActionClientOptions, ActionClientState, ActionGoalReceiver,
34-
ActionServer, ActionServerState, AnyTimerCallback, Client, ClientOptions, ClientState, Clock,
35-
ContextHandle, ExecutorCommands, IntoActionServerOptions, IntoAsyncServiceCallback,
33+
rcl_bindings::*, ActionClient, ActionClientState, ActionGoalReceiver, ActionServer,
34+
ActionServerState, AnyTimerCallback, Client, ClientOptions, ClientState, Clock, ContextHandle,
35+
ExecutorCommands, IntoActionClientOptions, IntoActionServerOptions, IntoAsyncServiceCallback,
3636
IntoAsyncSubscriptionCallback, IntoNodeServiceCallback, IntoNodeSubscriptionCallback,
3737
IntoNodeTimerOneshotCallback, IntoNodeTimerRepeatingCallback, IntoTimerOptions, LogParams,
3838
Logger, ParameterBuilder, ParameterInterface, ParameterVariant, Parameters, Promise, Publisher,

0 commit comments

Comments
 (0)