mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
commit
2c5641a1db
@ -490,8 +490,14 @@ Variable Declarations
|
||||
Declarations of array variables should not have a space between the type and
|
||||
the brackets.
|
||||
|
||||
Yes: `uint[] x;`
|
||||
No: `uint [] x;`
|
||||
Yes::
|
||||
|
||||
uint[] x;
|
||||
|
||||
No::
|
||||
|
||||
uint [] x;
|
||||
|
||||
|
||||
Other Recommendations
|
||||
=====================
|
||||
|
Loading…
Reference in New Issue
Block a user