Apply the new format policy

This commit is contained in:
Zhang Junyang
2024-02-26 10:24:59 +08:00
committed by Tate, Hongliang Tian
parent 60e996ea2f
commit 3494bc45af
20 changed files with 117 additions and 101 deletions

View File

@ -1,6 +1,10 @@
// SPDX-License-Identifier: MPL-2.0
use std::{ffi::OsStr, path::{Path, PathBuf}, process::Command};
use std::{
ffi::OsStr,
path::{Path, PathBuf},
process::Command,
};
use crate::{error::Errno, error_msg};