mirror of
https://github.com/restic/restic.git
synced 2025-11-16 03:42:55 +00:00
Run goimports
This commit is contained in:
@@ -4,9 +4,9 @@ import (
|
||||
"fmt"
|
||||
"sort"
|
||||
|
||||
"restic/errors"
|
||||
"github.com/restic/restic/internal/errors"
|
||||
|
||||
"restic/debug"
|
||||
"github.com/restic/restic/internal/debug"
|
||||
)
|
||||
|
||||
// Tree is an ordered list of nodes.
|
||||
|
||||
Reference in New Issue
Block a user