mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-20 03:36:44 +00:00
style: fix goimports formatting in metrics files
Align struct field comments and json tags per goimports rules.
This commit is contained in:
parent
690e526c30
commit
69aabdda64
2 changed files with 7 additions and 7 deletions
|
|
@ -193,7 +193,7 @@ func TestLogSlowBlockEIP7702(t *testing.T) {
|
|||
AccountLoaded: 100,
|
||||
StorageLoaded: 500,
|
||||
CodeLoaded: 20,
|
||||
CodeBytesRead: 4096,
|
||||
CodeLoadBytes: 4096,
|
||||
AccountUpdated: 50,
|
||||
AccountDeleted: 2,
|
||||
StorageUpdated: 200,
|
||||
|
|
|
|||
Loading…
Reference in a new issue