Skip to content

Commit 9a53b22

Browse files
author
Lucas Paixão
committed
Format fix
1 parent 59ed1ed commit 9a53b22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/net/unix/listener.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use std::{io, path::Path};
1313
/// use std::env;
1414
/// use tokio_uring::net::UnixListener;
1515
/// use tokio_uring::net::UnixStream;
16-
///
16+
///
1717
/// if env::var("is_github").is_ok() { return; }
1818
///
1919
/// let sock_file = "/tmp/tokio-uring-unix-test.sock";

0 commit comments

Comments
 (0)