mirror of
https://github.com/rclone/rclone.git
synced 2025-01-22 14:19:56 +01:00
gofmt
This commit is contained in:
parent
3234c28f7c
commit
e391311512
@ -398,7 +398,7 @@ func (file *Account) String() string {
|
||||
name := []rune(file.name)
|
||||
if len(name) > 45 {
|
||||
where := len(name) - 42
|
||||
name = append([]rune{'.','.','.'}, name[where:]...)
|
||||
name = append([]rune{'.', '.', '.'}, name[where:]...)
|
||||
}
|
||||
if b <= 0 {
|
||||
return fmt.Sprintf("%45s: avg:%7.1f, cur: %6.1f kByte/s. ETA: %s", string(name), avg/1024, cur/1024, etas)
|
||||
|
Loading…
Reference in New Issue
Block a user