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 d1bbd60.
  • Loading branch information
claravanstaden authored and claravanstaden committed Nov 26, 2023
1 parent bc3889a commit 63e2e83
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 63e2e83

Please sign in to comment.