Skip to content

Commit

Permalink
fmt nightly
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
  • Loading branch information
ggwpez committed Feb 20, 2024
1 parent 6b703e7 commit e1ebfc1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ fn main() -> color_eyre::Result<()> {

if !opts.json {
for (src, result) in &results {
if *result { continue }
if *result {
continue;
}

let pr_number: PRNumber = src.into();
println!("PR #{pr_number: <4} -> ERR");
Expand Down

0 comments on commit e1ebfc1

Please sign in to comment.