Skip to content

Commit 503887b

Browse files
committed
fmt
1 parent 05e8698 commit 503887b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ struct CliArgs {
197197

198198
fn main() -> anyhow::Result<()> {
199199
let args: CliArgs = argh::from_env();
200-
200+
201201
let fmt_output = !args.nofmt;
202202
let output_path_glob = args.glob;
203203

0 commit comments

Comments
 (0)