Skip to content

Commit 6cd23f1

Browse files
committed
Sort define_benchmarks arguments
1 parent 6a33bde commit 6cd23f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

runtimes/qf-runtime/src/benchmarks.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ frame_benchmarking::define_benchmarks!(
2929
[pallet_assets, Assets]
3030
[pallet_balances, Balances]
3131
[pallet_multisig, Multisig]
32-
[pallet_timestamp, Timestamp]
32+
[pallet_proxy, Proxy]
3333
[pallet_sudo, Sudo]
34+
[pallet_timestamp, Timestamp]
3435
[pallet_utility, Utility]
35-
[pallet_proxy, Proxy]
3636
);

0 commit comments

Comments
 (0)