mirror of
https://github.com/jht5945/rust_util.git
synced 2026-01-12 07:10:05 +08:00
style: code style format
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
use std::{
|
||||
io::{ self, Error, ErrorKind },
|
||||
process::Command,
|
||||
};
|
||||
use std::{ io::{ self, Error, ErrorKind }, process::Command };
|
||||
|
||||
pub fn run_command_and_wait(cmd: &mut Command) -> io::Result<()> {
|
||||
cmd.spawn()?.wait()?;
|
||||
|
||||
Reference in New Issue
Block a user