diff options
author | Denton Liu <liu.denton+github@gmail.com> | 2016-05-13 22:32:35 +0800 |
---|---|---|
committer | Denton Liu <liu.denton+github@gmail.com> | 2016-05-18 23:35:32 +0800 |
commit | d4ad3231a294bad3b5c81cde6e27ff38ecef7f76 (patch) | |
tree | 1a4de5d0b70e0f983dc4d98a678c42018a9c4fad /docs/common-patterns.rst | |
parent | 4b9e9cad562b96fc1d6eeb59a2115544c89cf72a (diff) | |
download | dexon-solidity-d4ad3231a294bad3b5c81cde6e27ff38ecef7f76.tar.gz dexon-solidity-d4ad3231a294bad3b5c81cde6e27ff38ecef7f76.tar.zst dexon-solidity-d4ad3231a294bad3b5c81cde6e27ff38ecef7f76.zip |
Removed trailing whitespace
Diffstat (limited to 'docs/common-patterns.rst')
-rw-r--r-- | docs/common-patterns.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/common-patterns.rst b/docs/common-patterns.rst index f4794221..842b7c37 100644 --- a/docs/common-patterns.rst +++ b/docs/common-patterns.rst @@ -203,7 +203,7 @@ function finishes. nextStage(); // The other stages transition by transaction } - + // Order of the modifiers matters here! function bid() timedTransitions |