forked from TrueCloudLab/rclone
build: apply gofmt from go1.13 to change case of number literals
This commit is contained in:
parent
7b0966880e
commit
ffa1dac10b
16 changed files with 37 additions and 37 deletions
|
@ -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())
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue