Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fmt
  • Loading branch information
shawntabrizi committed May 12, 2022
commit 22f1477ce74f27258a64abb061012212ee1ef3fe
4 changes: 3 additions & 1 deletion frame/uniques/src/benchmarking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
#![cfg(feature = "runtime-benchmarks")]

use super::*;
use frame_benchmarking::{account, benchmarks_instance_pallet, whitelist_account, whitelisted_caller};
use frame_benchmarking::{
account, benchmarks_instance_pallet, whitelist_account, whitelisted_caller,
};
use frame_support::{
dispatch::UnfilteredDispatchable,
traits::{EnsureOrigin, Get},
Expand Down