Skip to content

Commit 5762b15

Browse files
committed
cargo fmt
Signed-off-by: Luke-zhang-04 <[email protected]>
1 parent 711e41e commit 5762b15

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: src/onefetch/cli.rs

+1-4
Original file line numberDiff line numberDiff line change
@@ -272,10 +272,7 @@ impl Cli {
272272
if let Some((width, _)) = term_size::dimensions_stdout() {
273273
art_off = width <= max_term_size && matches.is_present("hide-logo");
274274
} else {
275-
std::eprintln!(
276-
"{}",
277-
("Could not get terminal width. ASCII art will be displayed."),
278-
);
275+
std::eprintln!("{}", ("Could not get terminal width. ASCII art will be displayed."));
279276
}
280277

281278
if image.is_some() && image_backend.is_none() {

0 commit comments

Comments
 (0)