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:
@@ -503,10 +503,10 @@ class Dump:
|
||||
if tbl in _[db]:
|
||||
_[db][tbl][col] = dataType
|
||||
else:
|
||||
_[db][tbl] = { col: dataType }
|
||||
_[db][tbl] = {col: dataType}
|
||||
else:
|
||||
_[db] = {}
|
||||
_[db][tbl] = { col: dataType }
|
||||
_[db][tbl] = {col: dataType}
|
||||
|
||||
continue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user