Skip to content

Commit

Permalink
fix: clippy - box Multilocation in benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
mrshiposha committed Oct 24, 2023
1 parent ded5c1e commit feb1e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/foreign-assets/src/benchmarking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ mod benchmarks {
let mode = ForeignCollectionMode::NFT;

#[extrinsic_call]
_(RawOrigin::Root, location, name, token_prefix, mode);
_(RawOrigin::Root, Box::new(location), name, token_prefix, mode);

Ok(())
}
Expand Down

0 comments on commit feb1e45

Please sign in to comment.