*: fix whitespace errors

leading/trailing newlines
This commit is contained in:
Roman Khimov 2021-05-12 22:51:41 +03:00
parent 6fea16451a
commit c4e084b0d8
36 changed files with 0 additions and 36 deletions

View file

@ -753,7 +753,6 @@ func TestArithNullArg(t *testing.T) {
runWithArgs(t, prog, false, 0, stackitem.Null{})
runWithArgs(t, prog, nil, stackitem.NewInterop(nil), 1) // also has `.Value() == nil`
})
}
}