fixed linter newline error in TestCall

This commit is contained in:
DarkLord017 2025-01-06 17:44:28 +05:30
parent 34807472bd
commit 838e1e26eb

View file

@ -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)
}
}
}
func TestSimulateV1(t *testing.T) {
t.Parallel()