Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
esteve committed Jul 17, 2023
1 parent d022edf commit 3ee06b8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ fn main() -> Result<(), Error> {

let mut node = rclrs::create_node(&context, "minimal_client")?;

let _client = node.create_action_client::<example_interfaces::action::Fibonacci>("fibonacci")?;
let _client =
node.create_action_client::<example_interfaces::action::Fibonacci>("fibonacci")?;

Ok(())
}

0 comments on commit 3ee06b8

Please sign in to comment.