mirror of
https://github.com/rclone/rclone.git
synced 2025-06-19 06:56:02 +08:00
build: apply gofmt from go1.13 to change case of number literals
This commit is contained in:
@ -248,7 +248,7 @@ func (ts *TokenSource) timeToExpiry() time.Duration {
|
||||
return 0
|
||||
}
|
||||
if t.Expiry.IsZero() {
|
||||
return 3E9 * time.Second // ~95 years
|
||||
return 3e9 * time.Second // ~95 years
|
||||
}
|
||||
return t.Expiry.Sub(time.Now())
|
||||
}
|
||||
|
Reference in New Issue
Block a user