quiet linter
This commit is contained in:
parent
0c68bccbda
commit
92b9d8c895
@ -142,13 +142,13 @@ func copyHotstoreToColdstore(lr repo.LockedRepo) error {
|
|||||||
|
|
||||||
_, err := hot.Backup(bwr, 0)
|
_, err := hot.Backup(bwr, 0)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
wr.CloseWithError(err)
|
_ = wr.CloseWithError(err)
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
err = bwr.Flush()
|
err = bwr.Flush()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
wr.CloseWithError(err)
|
_ = wr.CloseWithError(err)
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user