Whitespace change.

This commit is contained in:
chriseth 2014-12-11 17:04:26 +01:00
parent 568babfb5f
commit 1db9bc1651

View File

@ -116,7 +116,7 @@ BOOST_AUTO_TEST_CASE(unused_expressions)
contract test {
uint data;
function f() returns (uint a, uint b) {
10+20;
10 + 20;
data;
}
})";