Skip to content

Commit

Permalink
fix(pop-node): fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
al3mart committed Apr 19, 2024
1 parent a1354ba commit bbb68d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/common/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ pub const BLOCK_PROCESSING_VELOCITY: u32 = 1;
/// Proxy commons for Pop runtimes
pub mod proxy {

use super::{Balance, deposit};
use super::{deposit, Balance};
use codec::{Decode, Encode, MaxEncodedLen};
use frame_support::parameter_types;
use sp_runtime::RuntimeDebug;
Expand Down

0 comments on commit bbb68d1

Please sign in to comment.