Skip to content

Commit

Permalink
Removed - sign
Browse files Browse the repository at this point in the history
  • Loading branch information
anandamideShakyan committed Dec 20, 2024
1 parent d12b318 commit 2cb3281
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ DataSize::DataSize(const std::string& string) {

std::string DataSize::toString() const {
return fmt::format(
"{:-f}{}",
"{:f}{}",
round(value_ * 100.0) / 100.0,
dataUnitToString(dataUnit_)
);
Expand Down

0 comments on commit 2cb3281

Please sign in to comment.