Don't trim() table since we need the newline most of the time.
This commit is contained in:
parent
4ab2cd13f2
commit
8a90f4b5ff
|
@ -86,7 +86,7 @@ public class Table {
|
|||
out.append(row.toString().trim());
|
||||
out.append("\n");
|
||||
}
|
||||
return out.toString().trim();
|
||||
return out.toString();
|
||||
}
|
||||
|
||||
private class Column {
|
||||
|
|
Loading…
Reference in New Issue