mirror of
https://github.com/octoleo/restic.git
synced 2024-12-27 12:42:49 +00:00
error strings should not end with punctuation
This commit is contained in:
parent
1ede018ea6
commit
c46edcd9d6
@ -472,7 +472,7 @@ func (idx *Index) merge(idx2 *Index) error {
|
||||
defer idx2.m.Unlock()
|
||||
|
||||
if !idx2.final {
|
||||
return errors.New("index to merge is not final!")
|
||||
return errors.New("index to merge is not final")
|
||||
}
|
||||
|
||||
packlen := len(idx.packs)
|
||||
|
Loading…
Reference in New Issue
Block a user