Skip to content

Commit 9ec6c4e

Browse files
committed
fmt
1 parent 64aca95 commit 9ec6c4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

node/src/benchmarking.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ pub fn create_benchmark_extrinsic(
136136
pallet_transaction_payment::ChargeTransactionPayment::<runtime::Runtime>::from(0),
137137
pallet_subtensor::SubtensorSignedExtension::<runtime::Runtime>::new(),
138138
pallet_commitments::CommitmentsSignedExtension::<runtime::Runtime>::new(),
139-
frame_metadata_hash_extension::CheckMetadataHash::<runtime::Runtime>::new(true),
139+
frame_metadata_hash_extension::CheckMetadataHash::<runtime::Runtime>::new(true),
140140
);
141141

142142
let raw_payload = runtime::SignedPayload::from_raw(
@@ -153,7 +153,7 @@ pub fn create_benchmark_extrinsic(
153153
(),
154154
(),
155155
(),
156-
None,
156+
None,
157157
),
158158
);
159159
let signature = raw_payload.using_encoded(|e| sender.sign(e));

0 commit comments

Comments
 (0)