Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
SunTiebing committed Dec 31, 2024
1 parent 30250a0 commit c30a470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/channel-commission/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#![cfg(test)]
#![allow(non_upper_case_globals)]

use std::ops::Div;
use crate as bifrost_channel_commission;
use crate::mock::sp_api_hidden_includes_construct_runtime::hidden_include::traits::OnInitialize;
use bifrost_primitives::{
Expand All @@ -35,6 +34,7 @@ use frame_system::EnsureSignedBy;
use sp_core::ConstU32;
use sp_runtime::traits::Scale;
use sp_runtime::{traits::AccountIdConversion, AccountId32, BuildStorage, DispatchError};
use std::ops::Div;

pub type BlockNumber = u64;
pub type Amount = i128;
Expand Down

0 comments on commit c30a470

Please sign in to comment.