Removed whitespace for code pedant thingee.

This commit is contained in:
Pete Herlihy
2015-11-30 14:28:52 +00:00
parent 13e14d057b
commit 15a8fab7e9

View File

@@ -61,7 +61,7 @@ def twofactor():
@main.route("/send-sms") @main.route("/send-sms")
def sendsms(): def sendsms():
return render_template('send_sms.html') return render_template('send_sms.html')
@main.route("/check-sms") @main.route("/check-sms")
def checksms(): def checksms():