From 31722b2f72074477d1735e2b52b60378c58f3101 Mon Sep 17 00:00:00 2001 From: Rostyslav Tyshko Date: Wed, 11 Jun 2025 01:25:47 -0400 Subject: [PATCH] fmt --- node_core/src/chain_storage/mod.rs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/node_core/src/chain_storage/mod.rs b/node_core/src/chain_storage/mod.rs index 4766be8..f6b1343 100644 --- a/node_core/src/chain_storage/mod.rs +++ b/node_core/src/chain_storage/mod.rs @@ -273,15 +273,15 @@ impl NodeChainStore { #[cfg(test)] mod tests { - use std::path::PathBuf; - use crate::config::GasConfig; use super::*; - use common::merkle_tree_public::TreeHashType; - use secp256k1_zkp::Tweak; - use tempfile::tempdir; + use crate::config::GasConfig; use accounts::account_core::Account; use common::block::{Block, Data}; + use common::merkle_tree_public::TreeHashType; use common::transaction::{Transaction, TxKind}; + use secp256k1_zkp::Tweak; + use std::path::PathBuf; + use tempfile::tempdir; fn create_genesis_block() -> Block { Block {