Skip to content

Commit 9a78620

Browse files
committed
fixed fmt errors
1 parent 278ce0a commit 9a78620

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

transports/uds/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,9 +248,8 @@ mod tests {
248248
};
249249
use tokio::io::{AsyncReadExt, AsyncWriteExt};
250250

251-
use crate::Config;
252-
253251
use super::multiaddr_to_path;
252+
use crate::Config;
254253

255254
#[test]
256255
fn multiaddr_to_path_conversion() {

0 commit comments

Comments
 (0)