mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Removed bulleted list
This commit is contained in:
parent
961eb53f41
commit
7bc9777b70
@ -155,7 +155,7 @@ Whitespace in Expressions
|
|||||||
|
|
||||||
Avoid extraneous whitespace in the following situations:
|
Avoid extraneous whitespace in the following situations:
|
||||||
|
|
||||||
* Immediately inside parenthesis, brackets or braces.
|
Immediately inside parenthesis, brackets or braces.
|
||||||
|
|
||||||
Yes::
|
Yes::
|
||||||
|
|
||||||
@ -165,7 +165,7 @@ No::
|
|||||||
|
|
||||||
spam( ham[ 1 ], Coin( { name: "ham" } ) );`
|
spam( ham[ 1 ], Coin( { name: "ham" } ) );`
|
||||||
|
|
||||||
* Immediately before a comma, semicolon:
|
Immediately before a comma, semicolon:
|
||||||
|
|
||||||
Yes::
|
Yes::
|
||||||
|
|
||||||
@ -175,7 +175,7 @@ No::
|
|||||||
|
|
||||||
function spam(uint i , Coin coin) ;
|
function spam(uint i , Coin coin) ;
|
||||||
|
|
||||||
* More than one space around an assignment or other operator to align with
|
More than one space around an assignment or other operator to align with
|
||||||
another:
|
another:
|
||||||
|
|
||||||
Yes::
|
Yes::
|
||||||
|
Loading…
Reference in New Issue
Block a user