Run changes through gofmt
This commit is contained in:
parent
bdbe956c5c
commit
7a221f2473
1 changed files with 3 additions and 3 deletions
|
@ -25,9 +25,9 @@ The "snapshots" command lists all snapshots stored in the repository.
|
|||
|
||||
// SnapshotOptions bundles all options for the snapshots command.
|
||||
type SnapshotOptions struct {
|
||||
Host string
|
||||
Tags restic.TagLists
|
||||
Paths []string
|
||||
Host string
|
||||
Tags restic.TagLists
|
||||
Paths []string
|
||||
Compact bool
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue