chore: Format files
This commit is contained in:
parent
2f6b2b4b70
commit
44cecab3f4
42 changed files with 130 additions and 108 deletions
|
|
@ -15,7 +15,7 @@ use cached::proc_macro::cached;
|
|||
use colored::Colorize;
|
||||
use comlexr::{cmd, pipe};
|
||||
use log::{debug, info, trace, warn};
|
||||
use miette::{bail, Context, IntoDiagnostic, Result};
|
||||
use miette::{Context, IntoDiagnostic, Result, bail};
|
||||
use oci_distribution::Reference;
|
||||
use serde::Deserialize;
|
||||
use tempfile::TempDir;
|
||||
|
|
@ -32,7 +32,7 @@ use crate::{
|
|||
types::{ContainerId, ImageMetadata, Platform},
|
||||
},
|
||||
logging::CommandLogging,
|
||||
signal_handler::{add_cid, remove_cid, ContainerRuntime, ContainerSignalId},
|
||||
signal_handler::{ContainerRuntime, ContainerSignalId, add_cid, remove_cid},
|
||||
};
|
||||
|
||||
use super::opts::{CreateContainerOpts, RemoveContainerOpts, RemoveImageOpts};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue