Run changes through gofmt

This commit is contained in:
Dmitriy Morozov 2017-09-10 15:09:28 -07:00
parent bdbe956c5c
commit 7a221f2473
1 changed files with 3 additions and 3 deletions

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
}