You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Event declarations are followed by two blank lines. You'd get the same thing with black in Python after declaring a class:
class Test(Enum):
A = 0
B = 1
# Constant declaration
C = 2
is reformated as:
class Test(Enum):
A = 0
B = 1
# Constant declaration
C = 2
UNIT: constant(uint256) = 10**18 is just a variable declaration so the rules for subsequent blank lines are different (simple linebreak if no blank line, one single blank line if multiple blank lines)
Before
mamushi .
:After
mamushi .
:This extra space below
sweep
seems off. Or i'd expect those spaces everywhere.mamushi, version 0.0.4
The text was updated successfully, but these errors were encountered: