[password-resets] Adjust spacing



commit 04a3035a6336e99b635eab8eb06a6e0b5a6ce452
Author: Andrea Veri <averi redhat com>
Date:   Fri Nov 13 00:52:07 2020 +0100

    Adjust spacing

 app.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/app.py b/app.py
index 7cf41b8..0ef6897 100644
--- a/app.py
+++ b/app.py
@@ -76,7 +76,7 @@ def form_reset_get(request: Request, token: str):
         from itertools import chain
 
         infrateam = chain(glu.get_group_from_ldap('accounts'), glu.get_group_from_ldap('sysadmin'), \
-            glu.get_group_from_ldap('admins'))
+                          glu.get_group_from_ldap('admins'))
 
         if token.username not in infrateam:
             return templates.TemplateResponse('form-reset.html', context={'request': request})


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]