Skip to content

Commit

Permalink
Fix linting issue with use statement
Browse files Browse the repository at this point in the history
  • Loading branch information
geoff-imdex authored Oct 27, 2024
1 parent 19e8d3d commit 673d478
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions rclrs/src/logging.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
// Adapted from https://github.com/sequenceplanner/r2r/blob/89cec03d07a1496a225751159cbc7bfb529d9dd1/r2r/src/utils.rs
// Further adapted from https://github.com/mvukov/rules_ros2/pull/371

use std::ffi::CString;
use std::sync::Mutex;
use std::time::Duration;
use std::{ffi::CString, sync::Mutex, time::Duration};

use crate::rcl_bindings::*;

Expand Down

0 comments on commit 673d478

Please sign in to comment.