Skip to content

Commit

Permalink
Fixed over-indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaola authored and corydolphin committed Jan 10, 2020
1 parent 8a4e6e7 commit 566aef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_cors/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ def serialize_options(opts):

for key in opts.keys():
if key not in DEFAULT_OPTIONS:
LOG.warning("Unknown option passed to Flask-CORS: %s", key)
LOG.warning("Unknown option passed to Flask-CORS: %s", key)

# Ensure origins is a list of allowed origins with at least one entry.
options['origins'] = sanitize_regex_param(options.get('origins'))
Expand Down

0 comments on commit 566aef2

Please sign in to comment.