1
0
Fork 0
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:
Guillaume Ayoub 2016-07-07 14:48:47 +02:00
parent 22821cda75
commit aef652fbe2

View file

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