mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 17:01:09 +00:00
post rustfmt whitespace fixup (#9436)
Taking best bits of rustfmt's format_strings Co-authored-by: Alexander Popiak <alexander.popiak@gmail.com>
This commit is contained in:
@@ -1072,8 +1072,8 @@ where
|
||||
// telemetry once about the finalized block.
|
||||
if let Some(last) = notify_finalized.last() {
|
||||
let header = self.header(&BlockId::Hash(*last))?.expect(
|
||||
"Header already known to exist in DB because it is \
|
||||
indicated in the tree route; qed",
|
||||
"Header already known to exist in DB because it is indicated in the tree route; \
|
||||
qed",
|
||||
);
|
||||
|
||||
telemetry!(
|
||||
@@ -1087,8 +1087,8 @@ where
|
||||
|
||||
for finalized_hash in notify_finalized {
|
||||
let header = self.header(&BlockId::Hash(finalized_hash))?.expect(
|
||||
"Header already known to exist in DB because it is \
|
||||
indicated in the tree route; qed",
|
||||
"Header already known to exist in DB because it is indicated in the tree route; \
|
||||
qed",
|
||||
);
|
||||
|
||||
let notification = FinalityNotification { header, hash: finalized_hash };
|
||||
|
||||
Reference in New Issue
Block a user