mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Indentation fixes
This commit is contained in:
parent
3dd00cbdd8
commit
afc328210e
@ -1063,8 +1063,8 @@ BOOST_AUTO_TEST_CASE(enum_duplicate_values)
|
||||
enum ActionChoices { GoLeft, GoRight, GoLeft, Sit };
|
||||
function test()
|
||||
{
|
||||
a = 1;
|
||||
b = 2;
|
||||
a = 1;
|
||||
b = 2;
|
||||
}
|
||||
uint256 a;
|
||||
uint64 b;
|
||||
|
Loading…
Reference in New Issue
Block a user