Skip to content

Commit 24cc611

Browse files
committed
Fix formatting in example
1 parent cbf4ff6 commit 24cc611

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/minimal_action_server/src/minimal_action_server.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
use anyhow::{Error, Result};
22
use rclrs::*;
3-
use std::sync::Arc;
4-
use std::thread;
3+
use std::{env, sync::Arc, thread};
54

65
type Fibonacci = example_interfaces::action::Fibonacci;
76
type GoalHandleFibonacci = rclrs::ServerGoalHandle<Fibonacci>;

0 commit comments

Comments
 (0)