Skip to content

Commit a286e29

Browse files
committed
Fix formatter
Signed-off-by: Maksym Pavlenko <[email protected]>
1 parent 3a3c9ca commit a286e29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/shim/src/util.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ pub fn connect(address: impl AsRef<str>) -> Result<RawFd> {
121121
#[cfg(not(target_os = "linux"))]
122122
{
123123
use std::os::fd::BorrowedFd;
124+
124125
use nix::fcntl::{fcntl, FcntlArg, FdFlag};
125126
// SAFETY: fd is a valid file descriptor that we just created
126127
let borrowed_fd = unsafe { BorrowedFd::borrow_raw(fd) };

0 commit comments

Comments
 (0)