Merge pull request #2630 from MichaelEischer/fix-staticcheck

Fix lots of small issues reported by staticcheck
This commit is contained in:
Alexander Neumann
2020-09-13 16:19:22 +02:00
committed by GitHub
31 changed files with 74 additions and 106 deletions

View File

@@ -19,8 +19,7 @@ import (
type Node interface{}
type Snapshot struct {
Nodes map[string]Node
treeID restic.ID
Nodes map[string]Node
}
type File struct {