mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 17:02:39 +01:00
removed few trailing whitespace lines
This commit is contained in:
parent
877d5c1e7f
commit
88c76147e1
2 changed files with 2 additions and 3 deletions
|
|
@ -482,7 +482,6 @@ class Enumeration:
|
||||||
if privilege.upper() == "Y":
|
if privilege.upper() == "Y":
|
||||||
privileges.add(mysqlPrivs[count])
|
privileges.add(mysqlPrivs[count])
|
||||||
|
|
||||||
|
|
||||||
if self.__isAdminFromPrivileges(privileges):
|
if self.__isAdminFromPrivileges(privileges):
|
||||||
areAdmins.add(user)
|
areAdmins.add(user)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue