mirror of
https://github.com/octoleo/restic.git
synced 2024-12-27 12:42:49 +00:00
Run changes through gofmt
This commit is contained in:
parent
bdbe956c5c
commit
7a221f2473
@ -25,9 +25,9 @@ The "snapshots" command lists all snapshots stored in the repository.
|
|||||||
|
|
||||||
// SnapshotOptions bundles all options for the snapshots command.
|
// SnapshotOptions bundles all options for the snapshots command.
|
||||||
type SnapshotOptions struct {
|
type SnapshotOptions struct {
|
||||||
Host string
|
Host string
|
||||||
Tags restic.TagLists
|
Tags restic.TagLists
|
||||||
Paths []string
|
Paths []string
|
||||||
Compact bool
|
Compact bool
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user