diff --git a/src/cmds/restic/integration_helpers_unix_test.go b/src/cmds/restic/integration_helpers_unix_test.go index e460514f1..86a040eb4 100644 --- a/src/cmds/restic/integration_helpers_unix_test.go +++ b/src/cmds/restic/integration_helpers_unix_test.go @@ -52,4 +52,4 @@ func nlink(info os.FileInfo) (uint64, error) { return nil, ok } return stat.Nlink(info), err -} \ No newline at end of file +}