Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3e9f1fe

Browse files
committed
Minor style update
1 parent 30f8d09 commit 3e9f1fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ def getOs(target, info):
255255
if "technology" in info:
256256
infoStr += "\nweb application technology: %s" % Format.humanize(info["technology"], ", ")
257257

258-
return infoStr
258+
return infoStr.lstrip()
259259

260260
class Backend:
261261
# Set methods

0 commit comments

Comments
 (0)