Skip to content

Commit

Permalink
cargo +nightly fmt --all
Browse files Browse the repository at this point in the history
  • Loading branch information
jasl committed Jul 18, 2024
1 parent e48b305 commit d8e7bb8
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions substrate/client/informant/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,17 +137,9 @@ where
"♻️ Reorg on #{},{} to #{},{}, common ancestor #{},{}",
format.print(Color::Red, Some(Attribute::Bold), last_num),
last_hash,
format.print(
Color::Green,
Some(Attribute::Bold),
n.header.number(),
),
format.print(Color::Green, Some(Attribute::Bold), n.header.number()),
n.hash,
format.print(
Color::White,
Some(Attribute::Bold),
ancestor.number,
),
format.print(Color::White, Some(Attribute::Bold), ancestor.number),
ancestor.hash,
),
Ok(_) => {},
Expand Down

0 comments on commit d8e7bb8

Please sign in to comment.