mirror of
https://github.com/restic/restic.git
synced 2025-08-12 11:47:43 +00:00
Merge pull request #2630 from MichaelEischer/fix-staticcheck
Fix lots of small issues reported by staticcheck
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user