Skip to content

Commit bb66f09

Browse files
committed
cargo fmt
1 parent 9cbc5a2 commit bb66f09

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pallets/admin-utils/src/benchmarking.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,10 @@ mod benchmarks {
251251

252252
#[benchmark]
253253
fn sudo_set_hotkey_emission_tempo() {
254-
pallet_subtensor::Pallet::<T>::init_new_network(1u16 /*netuid*/, 1u16 /*sudo_tempo*/);
254+
pallet_subtensor::Pallet::<T>::init_new_network(
255+
1u16, /*netuid*/
256+
1u16, /*sudo_tempo*/
257+
);
255258

256259
#[extrinsic_call]
257260
_(RawOrigin::Root, 1u64/*emission_tempo*/)/*set_hotkey_emission_tempo*/;

0 commit comments

Comments
 (0)