Removed trailing whitespace

This commit is contained in:
Denton Liu 2016-05-06 09:53:06 -04:00
parent 7bc9777b70
commit 7f940e498e

View File

@ -25,7 +25,7 @@ solidity code. The goal of this guide is *consistency*. A quote from python's
captures this concept well.
A style guide is about consistency. Consistency with this style guide is important. Consistency within a project is more important. Consistency within one module or function is most important.
But most importantly: know when to be inconsistent -- sometimes the style guide just doesn't apply. When in doubt, use your best judgment. Look at other examples and decide what looks best. And don't hesitate to ask!
But most importantly: know when to be inconsistent -- sometimes the style guide just doesn't apply. When in doubt, use your best judgment. Look at other examples and decide what looks best. And don't hesitate to ask!
***********
@ -169,7 +169,7 @@ Immediately before a comma, semicolon:
Yes::
function spam(uint i, Coin coin);
function spam(uint i, Coin coin);
No::