Skip to content

Commit 8269384

Browse files
committed
fix: missing space in template
closes freqtrade#12539
1 parent b364153 commit 8269384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

freqtrade/templates/base_config.json.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"bids_to_ask_delta": 1
3535
}
3636
},
37-
"exit_pricing":{
37+
"exit_pricing": {
3838
"price_side": "same",
3939
"use_order_book": true,
4040
"order_book_top": 1

0 commit comments

Comments
 (0)