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,17 +1,22 @@
// SPDX-License-Identifier: MPL-2.0
use std::path::{Path, PathBuf};
use std::process::Command;
use crate::bin::AsterBin;
use crate::cli::CargoArgs;
use crate::config_manager::{
boot::Boot,
qemu::{Qemu, QemuMachine},
RunConfig,
use std::{
path::{Path, PathBuf},
process::Command,
};
use crate::{
bin::AsterBin,
cli::CargoArgs,
config_manager::{
boot::Boot,
qemu::{Qemu, QemuMachine},
RunConfig,
},
error::Errno,
error_msg,
vm_image::AsterVmImage,
};
use crate::vm_image::AsterVmImage;
use crate::{error::Errno, error_msg};
/// The osdk bundle artifact that stores as `bundle` directory.
///