mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Fix indntation
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
@@ -349,7 +349,7 @@ class User(controllers.Controller):
|
||||
# Account being changed
|
||||
target = People.by_username(targetname)
|
||||
|
||||
email = email.lower()
|
||||
email = email.lower()
|
||||
|
||||
emailflash = ''
|
||||
changed = [] # record field names that changed for fedmsg
|
||||
|
||||
Reference in New Issue
Block a user