mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
POS-2821: solve lint issues
This commit is contained in:
parent
44b94ca6d3
commit
70e513cac4
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ func TestRegistryMarshallJSON(t *testing.T) {
|
||||||
enc.Encode(r)
|
enc.Encode(r)
|
||||||
|
|
||||||
if s := b.String(); s != "{\"counter\":{\"count\":0}}\n" {
|
if s := b.String(); s != "{\"counter\":{\"count\":0}}\n" {
|
||||||
t.Fatalf(s)
|
t.Fatal(s)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue