diff options
author | Denton Liu <liu.denton+github@gmail.com> | 2016-08-12 04:50:27 +0800 |
---|---|---|
committer | Denton Liu <liu.denton+github@gmail.com> | 2016-08-24 23:43:55 +0800 |
commit | ac799aff0e237fe0e6c4246e36c39cc1fe3c116d (patch) | |
tree | 9afff90be7838e90845fbce488e7b6e8ddd52c11 /docs/contracts.rst | |
parent | e20afc71ce6ac16edc2fdbd301d7698da8d34c04 (diff) | |
download | dexon-solidity-ac799aff0e237fe0e6c4246e36c39cc1fe3c116d.tar dexon-solidity-ac799aff0e237fe0e6c4246e36c39cc1fe3c116d.tar.gz dexon-solidity-ac799aff0e237fe0e6c4246e36c39cc1fe3c116d.tar.bz2 dexon-solidity-ac799aff0e237fe0e6c4246e36c39cc1fe3c116d.tar.lz dexon-solidity-ac799aff0e237fe0e6c4246e36c39cc1fe3c116d.tar.xz dexon-solidity-ac799aff0e237fe0e6c4246e36c39cc1fe3c116d.tar.zst dexon-solidity-ac799aff0e237fe0e6c4246e36c39cc1fe3c116d.zip |
Remove trailing whitespaces
Diffstat (limited to 'docs/contracts.rst')
-rw-r--r-- | docs/contracts.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contracts.rst b/docs/contracts.rst index c369bfd9..b4a4b2cc 100644 --- a/docs/contracts.rst +++ b/docs/contracts.rst @@ -25,7 +25,7 @@ API, this is done as follows:: // Need to specify some source including contract name for the data param below var source = "contract CONTRACT_NAME { function CONTRACT_NAME(unit a, uint b) {} }"; - + // The json abi array generated by the compiler var abiArray = [ { |