mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove trailing whitespace in all contract files.
This commit is contained in:
+1
-1
@@ -4,6 +4,6 @@ contract C {
|
||||
function f() internal pure returns (uint, uint, uint, S storage, uint, uint) {
|
||||
(,,,s.x[2](),,) = f();
|
||||
}
|
||||
}
|
||||
}
|
||||
// ----
|
||||
// TypeError: (160-168): Expression has to be an lvalue.
|
||||
|
||||
Reference in New Issue
Block a user