Skip to content

Commit

Permalink
Merge branch 'staging' of github.com:ImbueNetwork/imbue into benchmar…
Browse files Browse the repository at this point in the history
…king-workflow
  • Loading branch information
f-gate committed Dec 11, 2023
2 parents 003a24a + 86225b7 commit 9653f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/grants/src/benchmarking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use super::*;
use crate::test_utils::gen_grant_id;
use crate::Pallet as Grants;
use crate::{BoundedApprovers, BoundedPMilestones, Config};
use common_types::{CurrencyId, ForeignOwnedAccount, TreasuryOrigin};
use common_types::{CurrencyId, TreasuryOrigin, ForeignOwnedAccount};
use frame_benchmarking::v2::*;
use frame_support::{assert_ok, traits::Get};
use frame_system::pallet_prelude::BlockNumberFor;
Expand Down

0 comments on commit 9653f0c

Please sign in to comment.