diff options
author | Denton Liu <liu.denton+github@gmail.com> | 2016-07-11 23:23:17 +0800 |
---|---|---|
committer | Denton Liu <liu.denton+github@gmail.com> | 2016-08-10 22:42:51 +0800 |
commit | a6c9d85399d39548abcb7b0739849efab7647c52 (patch) | |
tree | d1da2b16614ee0d8b9132b80c3c300eb167ca9e0 /docs/installing-solidity.rst | |
parent | 617daa1f004dba9960c0de57109d5b1554a9f599 (diff) | |
download | dexon-solidity-a6c9d85399d39548abcb7b0739849efab7647c52.tar dexon-solidity-a6c9d85399d39548abcb7b0739849efab7647c52.tar.gz dexon-solidity-a6c9d85399d39548abcb7b0739849efab7647c52.tar.bz2 dexon-solidity-a6c9d85399d39548abcb7b0739849efab7647c52.tar.lz dexon-solidity-a6c9d85399d39548abcb7b0739849efab7647c52.tar.xz dexon-solidity-a6c9d85399d39548abcb7b0739849efab7647c52.tar.zst dexon-solidity-a6c9d85399d39548abcb7b0739849efab7647c52.zip |
Remove trailing whitespace
Diffstat (limited to 'docs/installing-solidity.rst')
-rw-r--r-- | docs/installing-solidity.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst index 33bba29b..a98a1ade 100644 --- a/docs/installing-solidity.rst +++ b/docs/installing-solidity.rst @@ -101,7 +101,7 @@ installed either by adding the Ethereum PPA (Option 1) or by backporting sudo apt-get -y update sudo apt-get -y upgrade sudo apt-get -y install libcryptopp-dev - + ## (Option 2) For those willing to backport libcrypto++: #sudo apt-get -y install ubuntu-dev-tools #sudo pbuilder create |