mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Minor style update
This commit is contained in:
@@ -216,7 +216,7 @@ class Enumeration(GenericEnumeration):
|
||||
infoMsg += "database '%s'" % unsafeSQLIdentificatorNaming(conf.db)
|
||||
logger.info(infoMsg)
|
||||
|
||||
return { conf.db: kb.data.cachedColumns[conf.db]}
|
||||
return {conf.db: kb.data.cachedColumns[conf.db]}
|
||||
|
||||
if colList:
|
||||
table = {}
|
||||
|
||||
Reference in New Issue
Block a user