From 549bca149408262341375f39a75e878e68d2df6b Mon Sep 17 00:00:00 2001 From: ethers Date: Thu, 17 Nov 2016 18:09:22 -0800 Subject: Don't include a whitespace in fallback function --- docs/style-guide.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/style-guide.rst b/docs/style-guide.rst index 80ffd493..b0560917 100644 --- a/docs/style-guide.rst +++ b/docs/style-guide.rst @@ -173,7 +173,7 @@ Yes:: ... } - function () payable { + function() payable { ... } @@ -210,7 +210,7 @@ No:: ... } - function () payable { + function() payable { ... } -- cgit v1.2.3