formatting (PEP8)

This commit is contained in:
Felix Hamme 2022-05-19 13:09:09 +02:00
commit 35e5676bf8
2 changed files with 9 additions and 9 deletions

View file

@ -912,9 +912,9 @@ class Role():
if privs:
result = user_mod(self.cursor, self.name, self.host,
None, None, None, None, None, None,
privs, append_privs, subtract_privs, None,
self.module, role=True, maria_role=self.is_mariadb)
None, None, None, None, None, None,
privs, append_privs, subtract_privs, None,
self.module, role=True, maria_role=self.is_mariadb)
changed = result['changed']
if admin: