Remove trailing \n

Double new line at the beginning of the table
This commit is contained in:
Florent 2014-02-20 16:23:18 +01:00
commit 3771bf74a6

View file

@ -47,7 +47,7 @@ class HistoryFormatter(IFormatter):
result += u'%sStatus:%s %s\n' % (self.BOLD, self.NC, self.colored(status, status_color))
result += u'%sInfo:%s %s\n\n' % (self.BOLD, self.NC, obj.info)
result += u' Date Location Activity \n'
result += u'---------------------+-----------------+---------------------------------------------------\n'
result += u'---------------------+-----------------+---------------------------------------------------'
return result
return ' %s %s %s' % (self.colored('%-19s' % obj.date, 'blue'),