From d9d823f739910be5ec5ef6c3aa8c41d17e08eb97 Mon Sep 17 00:00:00 2001 From: jgfrm Date: Thu, 9 Feb 2017 23:13:52 +0100 Subject: [PATCH] gofmt --- src/cmds/restic/integration_helpers_unix_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmds/restic/integration_helpers_unix_test.go b/src/cmds/restic/integration_helpers_unix_test.go index 6e21da68c..01a0fd5a5 100644 --- a/src/cmds/restic/integration_helpers_unix_test.go +++ b/src/cmds/restic/integration_helpers_unix_test.go @@ -6,8 +6,8 @@ import ( "fmt" "io/ioutil" "os" - "syscall" "path/filepath" + "syscall" ) func (e *dirEntry) equals(other *dirEntry) bool {