align Spaces in commented config section

Co-authored-by: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
This commit is contained in:
Matthias 2020-06-10 06:36:35 +02:00 committed by GitHub
parent bd942992ef
commit a198b91b87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -572,11 +572,11 @@ Assuming both buy and sell are using market orders, a configuration similar to t
},
"bid_strategy": {
"price_side": "ask",
//...
// ...
},
"ask_strategy":{
"price_side": "bid",
//...
// ...
},
```