style: fix goimports formatting in metrics files

Align struct field comments and json tags per goimports rules.
This commit is contained in:
CPerezz 2026-01-25 18:49:39 +01:00
parent 690e526c30
commit 69aabdda64
No known key found for this signature in database
GPG key ID: 62045F34B97177DD
2 changed files with 7 additions and 7 deletions

View file

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