mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 01:43:47 +00:00
fixed linter newline error in TestCall
This commit is contained in:
parent
34807472bd
commit
838e1e26eb
1 changed files with 0 additions and 1 deletions
|
|
@ -1342,7 +1342,6 @@ func TestCall(t *testing.T) {
|
||||||
t.Errorf("test %s, result mismatch, have\n%v\n, want\n%v\n", tc.name, result.String(), tc.want)
|
t.Errorf("test %s, result mismatch, have\n%v\n, want\n%v\n", tc.name, result.String(), tc.want)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
func TestSimulateV1(t *testing.T) {
|
func TestSimulateV1(t *testing.T) {
|
||||||
t.Parallel()
|
t.Parallel()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue