mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Format short blocks and loops on a single line.
This commit is contained in:
@@ -228,14 +228,10 @@ BOOST_AUTO_TEST_CASE(to_string)
|
||||
string expectation = R"(object "O" {
|
||||
code {
|
||||
let x := mload(0)
|
||||
if x
|
||||
{
|
||||
sstore(0, 1)
|
||||
}
|
||||
if x { sstore(0, 1) }
|
||||
}
|
||||
object "i" {
|
||||
code {
|
||||
}
|
||||
code { }
|
||||
data "j" hex"646566"
|
||||
}
|
||||
data "j" hex"616263"
|
||||
|
||||
Reference in New Issue
Block a user