Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnReedV committed Oct 24, 2024
1 parent ecd3612 commit 6e21d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/subtensor/tests/weights.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ use frame_support::{
};
use mock::*;
use pallet_subtensor::{Error, Owner};
use scale_info::prelude::collections::HashMap;
use sp_core::{H256, U256};
use sp_runtime::{
traits::{BlakeTwo256, DispatchInfoOf, Hash, SignedExtension},
DispatchError,
};
use sp_std::collections::vec_deque::VecDeque;
use substrate_fixed::types::I32F32;
use scale_info::prelude::collections::HashMap;

/***************************
pub fn set_weights() tests
Expand Down

0 comments on commit 6e21d6a

Please sign in to comment.