mirror of https://github.com/restic/restic.git
Fix gofmt
This commit is contained in:
parent
aaa1cc2c26
commit
65b476ead9
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
@ -608,7 +608,7 @@ func TestFileChanged(t *testing.T) {
|
|||
setTimestamp(t, filename, fi.ModTime(), fi.ModTime())
|
||||
},
|
||||
IgnoreInode: true,
|
||||
Check: true,
|
||||
Check: true,
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue