Minor style update

This commit is contained in:
Miroslav Stampar 2012-07-26 12:13:16 +02:00
parent 30f8d09651
commit 3e9f1fe410

View File

@ -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