justinmclean commented on code in PR #7998:
URL: https://github.com/apache/gravitino/pull/7998#discussion_r2265684150
##########
clients/cli/src/main/java/org/apache/gravitino/cli/outputs/TableFormat.java:
##########
@@ -351,9 +351,7 @@ private static void writeHorizontalLine(
osw.write(right);
}
- if (lineSeparator != null) {
- osw.write(System.lineSeparator());
- }
+ osw.write(lineSeparator);
Review Comment:
I would guess that is null, then the intent is that no separator should be,
but you could also do that. I don't really have a strong feeling either way.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]