PakhomovAlexander commented on code in PR #986:
URL: https://github.com/apache/ignite-3/pull/986#discussion_r943630981


##########
modules/cli/src/main/java/org/apache/ignite/cli/deprecated/ui/ProgressBar.java:
##########
@@ -107,7 +107,7 @@ private String render() {
 
         var completedPart = ((double) curr / (double) max);
 
-        // Space reserved for '||Done!'
+        // Space reserved for '||Done'
         var reservedSpace = 7;

Review Comment:
   I set it to 6 first, and it broke ProgressBarTest. This number makes no 
differense on what the user sees.



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