From 15a8fab7e91cb5fc8e06194bec839b631636aecf Mon Sep 17 00:00:00 2001 From: Pete Herlihy Date: Mon, 30 Nov 2015 14:28:52 +0000 Subject: [PATCH] Removed whitespace for code pedant thingee. --- app/main/views/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main/views/index.py b/app/main/views/index.py index 860a21769..a40d3a0cf 100644 --- a/app/main/views/index.py +++ b/app/main/views/index.py @@ -61,7 +61,7 @@ def twofactor(): @main.route("/send-sms") def sendsms(): return render_template('send_sms.html') - + @main.route("/check-sms") def checksms():