mirror of
https://github.com/restic/restic.git
synced 2025-08-12 11:57:56 +00:00
error strings should not end with punctuation
This commit is contained in:
@@ -472,7 +472,7 @@ func (idx *Index) merge(idx2 *Index) error {
|
|||||||
defer idx2.m.Unlock()
|
defer idx2.m.Unlock()
|
||||||
|
|
||||||
if !idx2.final {
|
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)
|
packlen := len(idx.packs)
|
||||||
|
Reference in New Issue
Block a user