mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 08:52:20 +01:00
Minor style update
This commit is contained in:
parent
30f8d09651
commit
3e9f1fe410
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue