Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
FMT
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr committed Apr 11, 2022
1 parent 9a751e1 commit 9ce46c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/service/src/client/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -919,8 +919,7 @@ where
.header(BlockId::Hash(block))?
.expect("Block to finalize expected to be onchain; qed");

operation.notify_finalized =
Some(FinalizeSummary { header, finalized, stale_heads });
operation.notify_finalized = Some(FinalizeSummary { header, finalized, stale_heads });
}

Ok(())
Expand Down

0 comments on commit 9ce46c3

Please sign in to comment.