Skip to content

Commit a4d30e3

Browse files
committed
Run rustfmt
1 parent 510971a commit a4d30e3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/builder.rs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -477,10 +477,11 @@ impl fmt::Display for CreateBootimageError {
477477
"Could not find required key `{}` in cargo metadata output",
478478
key
479479
),
480-
CreateBootimageError::BootloaderNotFound => {
481-
writeln!(f, "Bootloader dependency not found\n\n\
482-
You need to add a dependency on a crate named `bootloader` in your Cargo.toml.")
483-
}
480+
CreateBootimageError::BootloaderNotFound => writeln!(
481+
f,
482+
"Bootloader dependency not found\n\n\
483+
You need to add a dependency on a crate named `bootloader` in your Cargo.toml."
484+
),
484485
CreateBootimageError::BootloaderInvalid(err) => writeln!(
485486
f,
486487
"The `bootloader` dependency has not the right format: {}",

0 commit comments

Comments
 (0)