box: Fix ineffectual assignment (ineffassign)
This commit is contained in:
parent
903ede52cd
commit
e24cadc7a1
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ outer:
|
||||||
return shouldRetry(resp, err)
|
return shouldRetry(resp, err)
|
||||||
})
|
})
|
||||||
delay := defaultDelay
|
delay := defaultDelay
|
||||||
why := "unknown"
|
var why string
|
||||||
if err != nil {
|
if err != nil {
|
||||||
// Sometimes we get 400 Error with
|
// Sometimes we get 400 Error with
|
||||||
// parts_mismatch immediately after uploading
|
// parts_mismatch immediately after uploading
|
||||||
|
|
Loading…
Reference in a new issue