Fold the leftover formatters into the SI ones and stop reallocating the draw scratch

This commit is contained in:
flamingcow
2026-08-04 13:37:19 -07:00
parent f5a6420cfa
commit 2035d42734
7 changed files with 42 additions and 60 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ func (v cableView) minText() string {
if !v.ok {
return "-"
}
return commasInt(v.min)
return commas(uint64(v.min))
}
// Averaging the two directions cancels the phy asymmetry between them, which is