mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
Minor style update
This commit is contained in:
parent
30f8d09651
commit
3e9f1fe410
|
@ -255,7 +255,7 @@ class Format:
|
||||||
if "technology" in info:
|
if "technology" in info:
|
||||||
infoStr += "\nweb application technology: %s" % Format.humanize(info["technology"], ", ")
|
infoStr += "\nweb application technology: %s" % Format.humanize(info["technology"], ", ")
|
||||||
|
|
||||||
return infoStr
|
return infoStr.lstrip()
|
||||||
|
|
||||||
class Backend:
|
class Backend:
|
||||||
# Set methods
|
# Set methods
|
||||||
|
|
Loading…
Reference in New Issue
Block a user