Skip to content

Commit a168777

Browse files
committed
fix make validate
Signed-off-by: Terence Lee <hone02@gmail.com>
1 parent 00c8669 commit a168777

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

crates/system-reinstall-bootc/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! The main entrypoint for the bootc system reinstallation CLI
22
3-
use anyhow::{ensure, Context, Result};
3+
use anyhow::{Context, Result, ensure};
44
use bootc_utils::CommandRunExt;
55
use clap::Parser;
66
use fn_error_context::context;

crates/system-reinstall-bootc/src/podman.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
use crate::{prompt, ReinstallOpts};
1+
use crate::{ReinstallOpts, prompt};
22

33
use super::ROOT_KEY_MOUNT_POINT;
4-
use anyhow::{ensure, Context, Result};
4+
use anyhow::{Context, Result, ensure};
55
use bootc_utils::CommandRunExt;
66
use fn_error_context::context;
77
use std::process::Command;

0 commit comments

Comments
 (0)