Skip to content

Commit

Permalink
Merge pull request #555 from jeckersb/cargo-fmt
Browse files Browse the repository at this point in the history
lib: Run `cargo fmt`
  • Loading branch information
cgwalters committed May 21, 2024
2 parents 559aca7 + 0f8f841 commit 41cca13
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lib/src/bootloader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,7 @@ pub(crate) fn install_via_bootupd(
.into_iter()
.chain(verbose)
.chain(bootupd_opts.iter().copied().flatten())
.chain([
"--device",
device.as_str(),
rootfs.as_str(),
]);
.chain(["--device", device.as_str(), rootfs.as_str()]);
Task::new("Running bootupctl to install bootloader", "bootupctl")
.args(args)
.verbose()
Expand Down

0 comments on commit 41cca13

Please sign in to comment.