Skip to content

Commit

Permalink
editorconfig did stuff
Browse files Browse the repository at this point in the history
Signed-off-by: Luke-zhang-04 <luke.zhang2004dev@gmail.com>
  • Loading branch information
Luke-zhang-04 committed Nov 4, 2020
1 parent 6581979 commit 230088d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/onefetch/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ impl Cli {
Arg::with_name("off")
.long("off")
.help("Only shows the info lines.")
.conflicts_with_all(&["image", "ascii-language", "ascii-input"]),
.conflicts_with_all(&["image", "ascii-language", "ascii-input"]),
).get_matches();

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

0 comments on commit 230088d

Please sign in to comment.