Skip to content

Commit 11f86be

Browse files
committed
rust fmt
1 parent 69306bd commit 11f86be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/onefetch/cli_utils.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ impl<W: Write> Printer<W> {
2828
buf.push_str(&image_backend.add_image(
2929
info_lines.map(|s| format!("{}{}", center_pad, s)).collect(),
3030
custom_image,
31-
self.info.config.image_colors
31+
self.info.config.image_colors,
3232
));
3333
} else {
3434
panic!("No image backend found")

0 commit comments

Comments
 (0)