mirror of
https://github.com/octoleo/restic.git
synced 2024-12-22 10:58:55 +00:00
Ran gofmt on backend.go
I ran gofmt on backend.go, this appears to valid edit.
This commit is contained in:
parent
fcfa6f0355
commit
a63989afcd
4
internal/cache/backend.go
vendored
4
internal/cache/backend.go
vendored
@ -44,8 +44,8 @@ func (b *Backend) Remove(ctx context.Context, h restic.Handle) error {
|
||||
}
|
||||
|
||||
var autoCacheTypes = map[restic.FileType]struct{}{
|
||||
restic.IndexFile: struct{}{},
|
||||
restic.SnapshotFile: struct{}{},
|
||||
restic.IndexFile: {},
|
||||
restic.SnapshotFile: {},
|
||||
}
|
||||
|
||||
// Save stores a new file in the backend and the cache.
|
||||
|
Loading…
Reference in New Issue
Block a user