rm trailing comma in style-guide.rst example

This commit is contained in:
Saska Karsi 2021-12-03 01:11:04 +02:00 committed by GitHub
parent dcef56a531
commit 105de2561a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -747,7 +747,7 @@ Yes:
function thisFunctionNameIsReallyLong(
address x,
address y,
address z,
address z
)
public
onlyOwner