Skip to content

Commit

Permalink
chore: 🎨 run cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
TDemeco committed Jan 30, 2025
1 parent 874470f commit f0d92aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/proofs-dealer/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ impl pallet_storage_providers::Config for Test {
type RuntimeHoldReason = RuntimeHoldReason;
type StorageDataUnit = StorageDataUnit;
type SpCount = u32;
type BucketCount = u32;
type BucketCount = u32;
type MerklePatriciaRoot = H256;
type MerkleTrieHashing = BlakeTwo256;
type ProviderId = H256;
Expand Down

0 comments on commit f0d92aa

Please sign in to comment.