Remove trailing whitespace.

This commit is contained in:
chriseth
2018-11-12 09:15:22 +01:00
parent 405565db62
commit af65bac737
4 changed files with 5 additions and 5 deletions
@@ -1,6 +1,6 @@
{
function f() -> a, b, c {}
let x, y, z
let x, y, z
z, x, y := f()
}
// ----
@@ -1,5 +1,5 @@
{
let f
let f
f := mload(0)
}
// ----