Skip to content

Commit

Permalink
how the hell did this happen?
Browse files Browse the repository at this point in the history
  • Loading branch information
karencfv committed Dec 19, 2024
1 parent 9bb0de7 commit b1dfbe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-tools/clickana/src/chart.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ impl Display for Unit {
let s = match self {
Unit::Count => "",
Unit::Gibibyte => "GiB",
&Unit::Mebibyte => "MiB",
Unit::Mebibyte => "MiB",
};
write!(f, "{s}")
}
Expand Down

0 comments on commit b1dfbe7

Please sign in to comment.