Skip to content

Commit a44db5e

Browse files
committed
refactor: cargo fmt.
Signed-off-by: BinBin He <hebinsquared@gmail.com>
1 parent 01e2e79 commit a44db5e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/commands/start.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
use clap::Args;
55
use libc::c_char;
66
use std::ffi::CString;
7-
use std::fs::File;
87
#[cfg(target_os = "macos")]
98
use std::fs;
9+
use std::fs::File;
10+
use std::io::Write;
1011
#[cfg(target_os = "linux")]
1112
use std::io::{Error, ErrorKind};
1213
#[cfg(target_os = "macos")]
13-
use std::io::Write;
14-
use std::os::unix::io::AsRawFd;
15-
#[cfg(target_os = "macos")]
1614
use std::os::unix::fs::PermissionsExt;
1715
#[cfg(target_os = "macos")]
16+
use std::os::unix::io::AsRawFd;
17+
#[cfg(target_os = "macos")]
1818
use std::path::Path;
1919

2020
use crate::bindings;

0 commit comments

Comments
 (0)