mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Minor style update
This commit is contained in:
parent
7ea846e111
commit
ca1c0c2a1d
8 changed files with 20 additions and 20 deletions
|
|
@ -132,7 +132,7 @@ class Filesystem:
|
|||
elif encoding == "base64":
|
||||
content = "'%s'" % content
|
||||
|
||||
retVal = [ content ]
|
||||
retVal = [content]
|
||||
|
||||
return retVal
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue