mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
Minor style update
This commit is contained in:
@@ -132,7 +132,7 @@ class Filesystem:
|
||||
elif encoding == "base64":
|
||||
content = "'%s'" % content
|
||||
|
||||
retVal = [ content ]
|
||||
retVal = [content]
|
||||
|
||||
return retVal
|
||||
|
||||
|
||||
Reference in New Issue
Block a user