mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
styleguide: Don't include a whitespace in the fallback function
This commit is contained in:
parent
549bca1494
commit
1d9aee97c2
@ -262,6 +262,19 @@ No::
|
||||
y = 2;
|
||||
long_variable = 3;
|
||||
|
||||
Don't include a whitespace in the fallback function:
|
||||
|
||||
Yes::
|
||||
|
||||
function() {
|
||||
...
|
||||
}
|
||||
|
||||
No::
|
||||
|
||||
function () {
|
||||
...
|
||||
}
|
||||
|
||||
Control Structures
|
||||
==================
|
||||
|
Loading…
Reference in New Issue
Block a user