mirror of
https://github.com/restic/restic.git
synced 2024-12-26 01:37:12 +00:00
Fix IDSet.String()
This commit is contained in:
parent
50c2f2e87f
commit
181963ba08
1 changed files with 1 additions and 1 deletions
|
@ -66,5 +66,5 @@ func (s IDSet) String() string {
|
|||
return "{}"
|
||||
}
|
||||
|
||||
return "{" + str[1:len(str)-2] + "}"
|
||||
return "{" + str[1:len(str)-1] + "}"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue