From 7a221f2473527f70e893722cd7ce6ff54cbfe31a Mon Sep 17 00:00:00 2001 From: Dmitriy Morozov Date: Sun, 10 Sep 2017 15:09:28 -0700 Subject: [PATCH] Run changes through gofmt --- cmd/restic/cmd_snapshots.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/restic/cmd_snapshots.go b/cmd/restic/cmd_snapshots.go index 0ced91b5c..5987b6de8 100644 --- a/cmd/restic/cmd_snapshots.go +++ b/cmd/restic/cmd_snapshots.go @@ -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 }