Skip to content

Commit 41cca13

Browse files
authored
Merge pull request #555 from jeckersb/cargo-fmt
lib: Run `cargo fmt`
2 parents 559aca7 + 0f8f841 commit 41cca13

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

lib/src/bootloader.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,7 @@ pub(crate) fn install_via_bootupd(
2020
.into_iter()
2121
.chain(verbose)
2222
.chain(bootupd_opts.iter().copied().flatten())
23-
.chain([
24-
"--device",
25-
device.as_str(),
26-
rootfs.as_str(),
27-
]);
23+
.chain(["--device", device.as_str(), rootfs.as_str()]);
2824
Task::new("Running bootupctl to install bootloader", "bootupctl")
2925
.args(args)
3026
.verbose()

0 commit comments

Comments
 (0)