From 105de2561acda08ae4220c63f21093e1a30c032e Mon Sep 17 00:00:00 2001 From: Saska Karsi <44523813+saska@users.noreply.github.com> Date: Fri, 3 Dec 2021 01:11:04 +0200 Subject: [PATCH] rm trailing comma in style-guide.rst example --- docs/style-guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/style-guide.rst b/docs/style-guide.rst index 9e0fba5f6..64e76526f 100644 --- a/docs/style-guide.rst +++ b/docs/style-guide.rst @@ -747,7 +747,7 @@ Yes: function thisFunctionNameIsReallyLong( address x, address y, - address z, + address z ) public onlyOwner