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(
|
||||
address x,
|
||||
address y,
|
||||
address z,
|
||||
address z
|
||||
)
|
||||
public
|
||||
onlyOwner
|
||||
|
Loading…
Reference in New Issue
Block a user