Remove trailing \n
Double new line at the beginning of the table
This commit is contained in:
parent
7429c869a8
commit
3771bf74a6
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ class HistoryFormatter(IFormatter):
|
||||||
result += u'%sStatus:%s %s\n' % (self.BOLD, self.NC, self.colored(status, status_color))
|
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'%sInfo:%s %s\n\n' % (self.BOLD, self.NC, obj.info)
|
||||||
result += u' Date Location Activity \n'
|
result += u' Date Location Activity \n'
|
||||||
result += u'---------------------+-----------------+---------------------------------------------------\n'
|
result += u'---------------------+-----------------+---------------------------------------------------'
|
||||||
return result
|
return result
|
||||||
|
|
||||||
return ' %s %s %s' % (self.colored('%-19s' % obj.date, 'blue'),
|
return ' %s %s %s' % (self.colored('%-19s' % obj.date, 'blue'),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue