From 3344eb9ce8868f37d63c0848ef96094a4f4d36b6 Mon Sep 17 00:00:00 2001 From: CPerezz Date: Wed, 21 Jan 2026 12:17:29 +0100 Subject: [PATCH] style: apply goimports formatting --- core/blockchain_stats_test.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/core/blockchain_stats_test.go b/core/blockchain_stats_test.go index c6928e98e5..25412a913e 100644 --- a/core/blockchain_stats_test.go +++ b/core/blockchain_stats_test.go @@ -54,12 +54,12 @@ func TestLogSlowBlockJSON(t *testing.T) { AccountUpdated: 50, StorageUpdated: 200, StateReadCacheStats: state.ReaderStats{ - AccountCacheHit: 4, - AccountCacheMiss: 6, - StorageCacheHit: 0, - StorageCacheMiss: 11, - ContractCodeHit: 4, - ContractCodeMiss: 0, + AccountCacheHit: 4, + AccountCacheMiss: 6, + StorageCacheHit: 0, + StorageCacheMiss: 11, + ContractCodeHit: 4, + ContractCodeMiss: 0, }, }