mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +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:
|
||||
infoStr += "\nweb application technology: %s" % Format.humanize(info["technology"], ", ")
|
||||
|
||||
return infoStr
|
||||
return infoStr.lstrip()
|
||||
|
||||
class Backend:
|
||||
# Set methods
|
||||
|
|
|
|||
Loading…
Reference in a new issue