Skip to content

Commit 0f8f841

Browse files
committed
lib: Run cargo fmt
Same as #547, but I'm not sure how this instance wasn't caught previously. Signed-off-by: John Eckersberg <[email protected]>
1 parent 559aca7 commit 0f8f841

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)