mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove trailing whitespace.
This commit is contained in:
@@ -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)
|
||||
}
|
||||
// ----
|
||||
|
||||
Reference in New Issue
Block a user