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

Commit

Permalink
add colon
Browse files Browse the repository at this point in the history
  • Loading branch information
drahnr committed Oct 6, 2021
1 parent 9e5dc66 commit 6abfab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/parachains/src/paras_inherent.rs
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ pub mod pallet {
///
/// If any of those is not passed, the bitfield is dropped.
fn filter_bitfields<T: Config>(
mut unchecked_bitfields: UncheckedSignedAvailabilityBitfields
mut unchecked_bitfields: UncheckedSignedAvailabilityBitfields,
disputed_bits: DisputedBitfield,
expected_bits: usize,
parent_hash: T::Hash,
Expand Down

0 comments on commit 6abfab3

Please sign in to comment.