We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00c8669 commit a168777Copy full SHA for a168777
crates/system-reinstall-bootc/src/main.rs
@@ -1,6 +1,6 @@
1
//! The main entrypoint for the bootc system reinstallation CLI
2
3
-use anyhow::{ensure, Context, Result};
+use anyhow::{Context, Result, ensure};
4
use bootc_utils::CommandRunExt;
5
use clap::Parser;
6
use fn_error_context::context;
crates/system-reinstall-bootc/src/podman.rs
@@ -1,7 +1,7 @@
-use crate::{prompt, ReinstallOpts};
+use crate::{ReinstallOpts, prompt};
use super::ROOT_KEY_MOUNT_POINT;
7
use std::process::Command;
0 commit comments