mirror of
https://github.com/octoleo/restic.git
synced 2024-11-26 14:56:29 +00:00
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
|
// 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
|
// be saved. Enabling it may result in much metadata, so it's off by
|
||||||
// default.
|
// default.
|
||||||
WithAtime bool
|
WithAtime bool
|
||||||
IgnoreInode bool
|
IgnoreInode bool
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -608,7 +608,7 @@ func TestFileChanged(t *testing.T) {
|
|||||||
setTimestamp(t, filename, fi.ModTime(), fi.ModTime())
|
setTimestamp(t, filename, fi.ModTime(), fi.ModTime())
|
||||||
},
|
},
|
||||||
IgnoreInode: true,
|
IgnoreInode: true,
|
||||||
Check: true,
|
Check: true,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user