Skip to content

Commit 2055c56

Browse files
committed
system-reinstall-bootc: fix formatting and restore indicatif in Cargo.lock
Fix missing newline at EOF in podman.rs flagged by cargo fmt. Also restore the indicatif 0.18.3 entry in Cargo.lock which was accidentally dropped when reverting unrelated Cargo.lock changes; indicatif is a real dependency of system-reinstall-bootc. Assisted-by: Claude Code (claude-sonnet-4-6) Signed-off-by: Juan Gomez <1766933+judavi@users.noreply.github.com>
1 parent dbf5dac commit 2055c56

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,4 +176,4 @@ pub(crate) fn ensure_podman_installed() -> Result<()> {
176176
);
177177

178178
Ok(())
179-
}
179+
}

0 commit comments

Comments
 (0)