Skip to content

Commit 6ac472b

Browse files
committed
Fix formatting
1 parent 72a1c11 commit 6ac472b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rclrs/src/logging.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ use std::{
77
sync::{Mutex, Once},
88
};
99

10-
use crate::error;
11-
use crate::rcl_bindings::*;
10+
use crate::{error, rcl_bindings::*};
1211

1312
static INIT: Once = Once::new();
1413
static LOG_GUARD: Mutex<()> = Mutex::new(());

0 commit comments

Comments
 (0)