2
2
mirror of https://github.com/octoleo/restic.git synced 2024-05-31 08:00:48 +00:00

Run changes through gofmt

This commit is contained in:
Dmitriy Morozov 2017-09-10 15:09:28 -07:00
parent bdbe956c5c
commit 7a221f2473

View File

@ -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
}