Remove trailing whitespaces

This commit is contained in:
André Frimberger 2020-02-16 10:25:01 +01:00 committed by GitHub
parent 7a608b4fb0
commit 33cdf20cd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ def load_user_from_request(request):
user = _fetch_user_by_name(rp_header_username)
if user:
return user
auth_header = request.headers.get("Authorization")
if auth_header:
user = load_user_from_auth_header(auth_header)