removed useless newline
This commit is contained in:
parent
5949bf193f
commit
7f027b08ed
@ -31,5 +31,7 @@ func FormatHeaderTable(header string, table *Table) string {
|
||||
b.WriteString(s)
|
||||
b.WriteRune('\n')
|
||||
})
|
||||
return b.String()
|
||||
|
||||
ret := b.String()
|
||||
return ret[:len(ret)-1]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user