@@ -49,7 +49,7 @@ func (v cableView) minText() string {
if!v.ok{
return"-"
}
returncommasInt(v.min)
returncommas(uint64(v.min))
}
// Averaging the two directions cancels the phy asymmetry between them, which is
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.