style: apply goimports formatting

This commit is contained in:
CPerezz 2026-01-21 12:17:29 +01:00
parent 4fc804b4e1
commit 3344eb9ce8
No known key found for this signature in database
GPG key ID: 62045F34B97177DD

View file

@ -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,
},
}