Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#130: Added default content length to progress bar #285

Prev Previous commit
Next Next commit
removed empty line
  • Loading branch information
ndemirca committed Apr 11, 2024
commit 0d591b15a6c3fc2313c524106aad13cb5a5a1dc6
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ public void close() {
if (this.end == null) {
this.end = Instant.now();
}

assert this.total == this.max;
}

Expand Down