Removing note about single-line control statements

Tim van der Meij 2014-03-23 05:29:30 -07:00
parent 42c13f31c8
commit 00860381cf

@ -19,7 +19,6 @@ if (someVar) {
return null; return null;
} }
``` ```
_Note: This wasn't always followed, but any new code should do this._
## White Space ## White Space
* Space after control statements (if, else, while, for, ...) * Space after control statements (if, else, while, for, ...)