From e18fc43f5b7159768196a6c1ee81c77d8a1c2b12 Mon Sep 17 00:00:00 2001 From: trbs Date: Thu, 23 Feb 2017 09:36:38 +0100 Subject: [PATCH] fix style error --- src/cmds/restic/global.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/cmds/restic/global.go b/src/cmds/restic/global.go index 627f8b8a9..bd4bb5178 100644 --- a/src/cmds/restic/global.go +++ b/src/cmds/restic/global.go @@ -27,11 +27,11 @@ var version = "compiled manually" // GlobalOptions hold all global options for restic. type GlobalOptions struct { - Repo string - PasswordFile string - Quiet bool - NoLock bool - JSON bool + Repo string + PasswordFile string + Quiet bool + NoLock bool + JSON bool ProgressUpdateInterval int password string