mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
rm trailing comma in style-guide.rst example
This commit is contained in:
parent
dcef56a531
commit
105de2561a
@ -747,7 +747,7 @@ Yes:
|
|||||||
function thisFunctionNameIsReallyLong(
|
function thisFunctionNameIsReallyLong(
|
||||||
address x,
|
address x,
|
||||||
address y,
|
address y,
|
||||||
address z,
|
address z
|
||||||
)
|
)
|
||||||
public
|
public
|
||||||
onlyOwner
|
onlyOwner
|
||||||
|
Loading…
Reference in New Issue
Block a user