mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
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…
x
Reference in New Issue
Block a user