mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor style update
This commit is contained in:
parent
6ade007aec
commit
3c81f74823
6 changed files with 25 additions and 27 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue