mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Whitespace change.
This commit is contained in:
parent
568babfb5f
commit
1db9bc1651
@ -116,7 +116,7 @@ BOOST_AUTO_TEST_CASE(unused_expressions)
|
|||||||
contract test {
|
contract test {
|
||||||
uint data;
|
uint data;
|
||||||
function f() returns (uint a, uint b) {
|
function f() returns (uint a, uint b) {
|
||||||
10+20;
|
10 + 20;
|
||||||
data;
|
data;
|
||||||
}
|
}
|
||||||
})";
|
})";
|
||||||
|
Loading…
Reference in New Issue
Block a user