Skip to content

Commit f0f625f

Browse files
committed
Reformat
1 parent d7cc03f commit f0f625f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

runtime/src/lib.rs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ include!(concat!(env!("OUT_DIR"), "/wasm_binary.rs"));
1111
pub mod check_nonce;
1212
mod migrations;
1313

14-
use codec::{Compact, Decode, Encode, MaxEncodedLen};
14+
use codec::{Compact, Decode, Encode};
1515
use frame_support::traits::Imbalance;
1616
use frame_support::{
1717
dispatch::DispatchResultWithPostInfo,
@@ -48,10 +48,11 @@ use sp_core::{
4848
};
4949
use sp_runtime::generic::Era;
5050
use sp_runtime::{
51-
AccountId32, ApplyExtrinsicResult, ConsensusEngineId, create_runtime_str,
52-
generic, impl_opaque_keys,
51+
AccountId32, ApplyExtrinsicResult, ConsensusEngineId, create_runtime_str, generic,
52+
impl_opaque_keys,
5353
traits::{
54-
AccountIdLookup, BlakeTwo256, Block as BlockT, DispatchInfoOf, Dispatchable, NumberFor, One, PostDispatchInfoOf, UniqueSaturatedInto, Verify,
54+
AccountIdLookup, BlakeTwo256, Block as BlockT, DispatchInfoOf, Dispatchable, NumberFor,
55+
One, PostDispatchInfoOf, UniqueSaturatedInto, Verify,
5556
},
5657
transaction_validity::{TransactionSource, TransactionValidity, TransactionValidityError},
5758
};

0 commit comments

Comments
 (0)