Skip to content

Commit

Permalink
Remove a whitespace tail
Browse files Browse the repository at this point in the history
  • Loading branch information
LionNatsu committed Feb 23, 2016
1 parent 3a94435 commit bc6cc4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/parse/cmdline.py
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@ def _(self, *args):
if not command:
continue
elif command.lower() == "clear":
clearHistory()
clearHistory()
print "[i] history cleared"
saveHistory(AUTOCOMPLETE_TYPE.SQLMAP)
elif command.lower() in ("x", "q", "exit", "quit"):
Expand Down

0 comments on commit bc6cc4b

Please sign in to comment.