mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-20 11:46:44 +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,
|
AccountUpdated: 50,
|
||||||
StorageUpdated: 200,
|
StorageUpdated: 200,
|
||||||
StateReadCacheStats: state.ReaderStats{
|
StateReadCacheStats: state.ReaderStats{
|
||||||
AccountCacheHit: 4,
|
AccountCacheHit: 4,
|
||||||
AccountCacheMiss: 6,
|
AccountCacheMiss: 6,
|
||||||
StorageCacheHit: 0,
|
StorageCacheHit: 0,
|
||||||
StorageCacheMiss: 11,
|
StorageCacheMiss: 11,
|
||||||
ContractCodeHit: 4,
|
ContractCodeHit: 4,
|
||||||
ContractCodeMiss: 0,
|
ContractCodeMiss: 0,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue