mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-25 07:07:57 +00:00
cargo fmt with stable defaults (#876)
This commit is contained in:
@@ -5,14 +5,10 @@
|
||||
use crate::{
|
||||
node_runtime::{
|
||||
self,
|
||||
runtime_types::{
|
||||
self,
|
||||
sp_weights::weight_v2::Weight,
|
||||
},
|
||||
runtime_types::{self, sp_weights::weight_v2::Weight},
|
||||
sudo,
|
||||
},
|
||||
pair_signer,
|
||||
test_context,
|
||||
pair_signer, test_context,
|
||||
};
|
||||
use sp_keyring::AccountKeyring;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user