Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Revert "revert fmt"
Browse files Browse the repository at this point in the history
This reverts commit 9442d90.
  • Loading branch information
claravanstaden authored and claravanstaden committed Nov 27, 2023
1 parent 5aa52e8 commit 7d277bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ impl<Block: BlockT, BE: Backend<Block>> SubscriptionsInner<Block, BE> {
// blocks.
for hash in hashes.clone() {
if !sub.contains_block(hash) {
return Err(SubscriptionManagementError::BlockHashAbsent)
return Err(SubscriptionManagementError::BlockHashAbsent);
}
}

Expand Down

0 comments on commit 7d277bd

Please sign in to comment.