Skip to content

Commit

Permalink
Fixes #29
Browse files Browse the repository at this point in the history
  • Loading branch information
EliSnow committed Sep 1, 2020
1 parent 8413e20 commit 635cd2a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/stats.rs
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ impl Stats {
&self.tags,
self.format,
self.bucket_size,
remaining_seconds,
remaining_seconds.or(Some(0)),
);
print_string.push_str(&piece);

Expand Down

0 comments on commit 635cd2a

Please sign in to comment.