Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
prozacchiwawa committed Jan 4, 2024
1 parent c19b621 commit 289ce76
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/classic/clvm_tools/cmds.rs
Original file line number Diff line number Diff line change
Expand Up @@ -616,10 +616,7 @@ pub fn cldb(args: &[String]) {
_ => None,
});

let only_print = parsed_args
.get("only_print")
.map(|_| true)
.unwrap_or(false);
let only_print = parsed_args.get("only_print").map(|_| true).unwrap_or(false);

let do_optimize = parsed_args
.get("optimize")
Expand Down

0 comments on commit 289ce76

Please sign in to comment.