Fix gofmt

This commit is contained in:
Alexander Neumann 2019-03-16 13:29:05 +01:00
parent aaa1cc2c26
commit 65b476ead9
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ type Archiver struct {
// WithAtime configures if the access time for files and directories should
// be saved. Enabling it may result in much metadata, so it's off by
// default.
WithAtime bool
WithAtime bool
IgnoreInode bool
}

View File

@ -608,7 +608,7 @@ func TestFileChanged(t *testing.T) {
setTimestamp(t, filename, fi.ModTime(), fi.ModTime())
},
IgnoreInode: true,
Check: true,
Check: true,
},
}