mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-28 11:53:24 +00:00
Apply the new format policy
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
60e996ea2f
commit
3494bc45af
@ -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.
|
||||
///
|
||||
|
Reference in New Issue
Block a user