Skip to content

Commit

Permalink
Update convert.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed Jul 20, 2024
1 parent b05b78a commit c0a8895
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platforms/unix/hardwareinfo/src/convert.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ pub fn convert(num: f64) -> String {
* 1_f64;
let unit = units[exponent as usize];
format!("{}{} {}", negative, pretty_bytes, unit)
// test
}

0 comments on commit c0a8895

Please sign in to comment.