From 7bc9777b70ff92bac078a38906a5d105e660fbea Mon Sep 17 00:00:00 2001 From: Denton Liu Date: Fri, 6 May 2016 09:42:05 -0400 Subject: Removed bulleted list --- docs/style-guide.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/style-guide.rst b/docs/style-guide.rst index 0ee2dddc..f856e05a 100644 --- a/docs/style-guide.rst +++ b/docs/style-guide.rst @@ -155,7 +155,7 @@ Whitespace in Expressions Avoid extraneous whitespace in the following situations: -* Immediately inside parenthesis, brackets or braces. +Immediately inside parenthesis, brackets or braces. Yes:: @@ -165,7 +165,7 @@ No:: spam( ham[ 1 ], Coin( { name: "ham" } ) );` -* Immediately before a comma, semicolon: +Immediately before a comma, semicolon: Yes:: @@ -175,7 +175,7 @@ No:: function spam(uint i , Coin coin) ; -* More than one space around an assignment or other operator to align with +More than one space around an assignment or other operator to align with another: Yes:: -- cgit v1.2.3