Skip to content

Commit

Permalink
Remove more trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstibbs committed Mar 13, 2016
1 parent e8b5514 commit ff31f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_heroku.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def init_app(self, app):
app.config.setdefault('REDIS_HOST', url.hostname)
app.config.setdefault('REDIS_PORT', url.port)
app.config.setdefault('REDIS_PASSWORD', url.password)

# Redis To Go
redis_url = environ.get('REDISTOGO_URL')
if redis_url:
Expand Down

0 comments on commit ff31f3c

Please sign in to comment.