2
2
mirror of https://github.com/octoleo/restic.git synced 2024-09-28 06:29:01 +00:00

local: remove double Close()

This commit is contained in:
Alexander Neumann 2017-04-10 22:17:03 +02:00
parent 0cbd59856c
commit a849edf19a

View File

@ -118,7 +118,6 @@ func (b *Local) Save(h restic.Handle, rd io.Reader) (err error) {
err = f.Close()
if err != nil {
f.Close()
return errors.Wrap(err, "Close")
}