Polish whitespace

Per https://github.com/bisq-network/style/issues/10
This commit is contained in:
Chris Beams 2020-05-01 11:11:50 +02:00
parent 5d3abef3fc
commit b88f1bf84f
No known key found for this signature in database
GPG Key ID: 3D214F8F5BC5ED73

View File

@ -10,8 +10,8 @@
#
# To run this script:
#
# cd <project-root-dir>
# bats cli/test.sh
# cd <project-root-dir>
# bats cli/test.sh
#
# The data directory used must contain an unencrypted wallet with a 0 BTC balance
@ -79,4 +79,3 @@
[ "${lines[1]}" = "Usage: bisq-cli [options] <method>" ]
# TODO add asserts after help text is modified for new endpoints
}