mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-19 11:20:45 +00:00
style: apply goimports formatting
This commit is contained in:
parent
4fc804b4e1
commit
3344eb9ce8
1 changed files with 6 additions and 6 deletions
|
|
@ -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,
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue