mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
Fix niggles found by go vet
This commit is contained in:
@@ -61,7 +61,6 @@ func (x *SizeSuffix) String() string {
|
||||
default:
|
||||
return fmt.Sprintf("%.3fG", float64(*x)/1024/1024/1024)
|
||||
}
|
||||
panic("shouldn't be reached")
|
||||
}
|
||||
|
||||
// Set a SizeSuffix
|
||||
|
||||
Reference in New Issue
Block a user