From f0d92aad5700b2acf6442a21cbd9bb485db114bb Mon Sep 17 00:00:00 2001 From: TDemeco Date: Wed, 29 Jan 2025 21:16:46 -0300 Subject: [PATCH] chore: :art: run cargo fmt --- pallets/proofs-dealer/src/mock.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pallets/proofs-dealer/src/mock.rs b/pallets/proofs-dealer/src/mock.rs index 66582f626..ef7f518ff 100644 --- a/pallets/proofs-dealer/src/mock.rs +++ b/pallets/proofs-dealer/src/mock.rs @@ -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;