Skip to content
This repository was archived by the owner on Aug 26, 2021. It is now read-only.

Commit ff31f3c

Browse files
committed
Remove more trailing whitespace
1 parent e8b5514 commit ff31f3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flask_heroku.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def init_app(self, app):
7474
app.config.setdefault('REDIS_HOST', url.hostname)
7575
app.config.setdefault('REDIS_PORT', url.port)
7676
app.config.setdefault('REDIS_PASSWORD', url.password)
77-
77+
7878
# Redis To Go
7979
redis_url = environ.get('REDISTOGO_URL')
8080
if redis_url:

0 commit comments

Comments
 (0)