Remove trailing whitespaces

pull/1186/head
André Frimberger 4 years ago committed by GitHub
parent 7a608b4fb0
commit 33cdf20cd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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)

Loading…
Cancel
Save