justinmclean commented on code in PR #7998:
URL: https://github.com/apache/gravitino/pull/7998#discussion_r2265593648


##########
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:
   It probably wouldn't hurt to have one, so yes add it. Sorry I didn't notice 
the inconsistency.



-- 
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]

Reply via email to