Skip to content

Commit 230088d

Browse files
committed
editorconfig did stuff
Signed-off-by: Luke-zhang-04 <[email protected]>
1 parent 6581979 commit 230088d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/onefetch/cli.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ impl Cli {
214214
Arg::with_name("off")
215215
.long("off")
216216
.help("Only shows the info lines.")
217-
.conflicts_with_all(&["image", "ascii-language", "ascii-input"]),
217+
.conflicts_with_all(&["image", "ascii-language", "ascii-input"]),
218218
).get_matches();
219219

220220
let no_bold = matches.is_present("no-bold");

0 commit comments

Comments
 (0)