From 8ca03a4e543a62e2348c04e1e810459865c8919e Mon Sep 17 00:00:00 2001 From: 1xstj <106580853+1xstj@users.noreply.github.com> Date: Tue, 9 Jan 2024 18:05:25 +0000 Subject: [PATCH] cargo fmt --- node/src/utils.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/node/src/utils.rs b/node/src/utils.rs index 057d286ba..ea8dd50d1 100644 --- a/node/src/utils.rs +++ b/node/src/utils.rs @@ -1,4 +1,3 @@ - use sc_service::{ChainType, Configuration}; use sp_core::{ecdsa, ed25519, sr25519, ByteArray, Pair, Public}; use sp_keystore::{Keystore, KeystorePtr};