mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Remove trailing spaces
This commit is contained in:
parent
22821cda75
commit
aef652fbe2
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ def _bcrypt(hash_value, password):
|
||||||
|
|
||||||
|
|
||||||
def _md5apr1(hash_value, password):
|
def _md5apr1(hash_value, password):
|
||||||
return _passlib_md5apr1.verify(password, hash_value)
|
return _passlib_md5apr1.verify(password, hash_value)
|
||||||
|
|
||||||
|
|
||||||
# Prepare mapping between encryption names and verification functions.
|
# Prepare mapping between encryption names and verification functions.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue