Skip to content

Commit 566aef2

Browse files
jiaolacorydolphin
authored andcommitted
Fixed over-indentation
1 parent 8a4e6e7 commit 566aef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flask_cors/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ def serialize_options(opts):
359359

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

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

0 commit comments

Comments
 (0)