diff options
author | chriseth <chris@ethereum.org> | 2018-11-12 16:13:14 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-11-12 16:15:22 +0800 |
commit | af65bac737ce2f7c1d0311c2bcbbc12f43d122f9 (patch) | |
tree | 902bdd1e196a97b10767d1b648117e9086acefea /docs | |
parent | 405565db62e8700fea08671b0dd85225257b6c5d (diff) | |
download | dexon-solidity-af65bac737ce2f7c1d0311c2bcbbc12f43d122f9.tar.gz dexon-solidity-af65bac737ce2f7c1d0311c2bcbbc12f43d122f9.tar.zst dexon-solidity-af65bac737ce2f7c1d0311c2bcbbc12f43d122f9.zip |
Remove trailing whitespace.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/contributing.rst | 4 |
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``. |