From 14b70927c640083fe642e25e449704757a7905ac Mon Sep 17 00:00:00 2001 From: moneromooo Date: Sat, 31 Jan 2015 19:15:14 +0000 Subject: [PATCH] bookie: whitespace fix --- tipbot/modules/bookie.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tipbot/modules/bookie.py b/tipbot/modules/bookie.py index ea85205..ce4db7f 100644 --- a/tipbot/modules/bookie.py +++ b/tipbot/modules/bookie.py @@ -388,7 +388,7 @@ def Help(link): link.send_private("(minus bookie fee) pro rata to their original bet amount") link.send_private("Once placed, a bet may not be cancelled (unless the book itself") link.send_private("is cancelled, in which case every bettor gets a full refund)") - link.send_private("Minimum bet %s, maximum bet %s" % (config.bookie_min_bet, config.bookie_max_bet )) + link.send_private("Minimum bet %s, maximum bet %s" % (config.bookie_min_bet, config.bookie_max_bet))