2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-02 00:50:48 +00:00

Merge pull request #1774 from ExoUNX/patch-2

Fix formatting
This commit is contained in:
Alexander Neumann 2018-05-13 00:13:46 +02:00
commit cd03275005

View File

@ -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.