From bbb68d1f12fac522deff0e4e87ecc5c9c3910dea Mon Sep 17 00:00:00 2001 From: Alejandro Martinez Andres <11448715+al3mart@users.noreply.github.com> Date: Fri, 19 Apr 2024 11:13:55 +0200 Subject: [PATCH] fix(pop-node): fmt --- runtime/common/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/common/src/lib.rs b/runtime/common/src/lib.rs index 0e0e0fe3..804a4f6c 100644 --- a/runtime/common/src/lib.rs +++ b/runtime/common/src/lib.rs @@ -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;