ksud: fmt

This commit is contained in:
tiann
2023-04-04 13:55:36 +08:00
parent e808bed680
commit 1ef4c28a02
+1 -4
View File
@@ -5,10 +5,7 @@ use anyhow::ensure;
use getopts::Options; use getopts::Options;
#[cfg(unix)] #[cfg(unix)]
use std::os::unix::process::CommandExt; use std::os::unix::process::CommandExt;
use std::{ use std::{ffi::CStr, process::Command};
ffi::CStr,
process::Command,
};
use crate::{ use crate::{
defs, defs,