Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
livelace committed Oct 1, 2021
1 parent 9f73339 commit 613c9ee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/helper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ std::string human_readable(std::uintmax_t size)

mantissa = std::ceil(mantissa * 10.) / 10.;

std::cout << mantissa << std::endl;

return fmt::format("{}{}", mantissa, "BKMGTPE"[i]);
}

Expand Down

0 comments on commit 613c9ee

Please sign in to comment.