go fmt
This commit is contained in:
parent
f5fa602482
commit
eea96f652d
3 changed files with 3 additions and 3 deletions
|
@ -118,7 +118,7 @@ func (b *Local) IsNotExist(err error) bool {
|
|||
}
|
||||
|
||||
// Save stores data in the backend at the handle.
|
||||
func (b *Local) Save(ctx context.Context, h restic.Handle, rd io.Reader) (error) {
|
||||
func (b *Local) Save(ctx context.Context, h restic.Handle, rd io.Reader) error {
|
||||
debug.Log("Save %v", h)
|
||||
if err := h.Valid(); err != nil {
|
||||
return err
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue