aboutsummaryrefslogtreecommitdiffstats
path: root/docs/contributing.rst
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-11-12 16:13:14 +0800
committerchriseth <chris@ethereum.org>2018-11-12 16:15:22 +0800
commitaf65bac737ce2f7c1d0311c2bcbbc12f43d122f9 (patch)
tree902bdd1e196a97b10767d1b648117e9086acefea /docs/contributing.rst
parent405565db62e8700fea08671b0dd85225257b6c5d (diff)
downloaddexon-solidity-af65bac737ce2f7c1d0311c2bcbbc12f43d122f9.tar.gz
dexon-solidity-af65bac737ce2f7c1d0311c2bcbbc12f43d122f9.tar.zst
dexon-solidity-af65bac737ce2f7c1d0311c2bcbbc12f43d122f9.zip
Remove trailing whitespace.
Diffstat (limited to 'docs/contributing.rst')
-rw-r--r--docs/contributing.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst
index e626e5c0..11f95206 100644
--- a/docs/contributing.rst
+++ b/docs/contributing.rst
@@ -84,8 +84,8 @@ internally.
.. note ::
- Those working in a Windows environment wanting to run the above basic sets without aleth or libz3 in Git Bash, you would have to do: ``./build/test/RelWithDebInfo/soltest.exe -- --no-ipc --no-smt``.
- If you're running this in plain Command Prompt, use ``.\build\test\RelWithDebInfo\soltest.exe -- --no-ipc --no-smt``.
+ Those working in a Windows environment wanting to run the above basic sets without aleth or libz3 in Git Bash, you would have to do: ``./build/test/RelWithDebInfo/soltest.exe -- --no-ipc --no-smt``.
+ If you're running this in plain Command Prompt, use ``.\build\test\RelWithDebInfo\soltest.exe -- --no-ipc --no-smt``.
The option ``--no-smt`` disables the tests that require ``libz3`` and
``--no-ipc`` disables those that require ``aleth``.