mirror of
https://github.com/octoleo/restic.git
synced 2024-11-16 18:15:20 +00:00
Fix IDSet.String()
This commit is contained in:
parent
50c2f2e87f
commit
181963ba08
@ -66,5 +66,5 @@ func (s IDSet) String() string {
|
|||||||
return "{}"
|
return "{}"
|
||||||
}
|
}
|
||||||
|
|
||||||
return "{" + str[1:len(str)-2] + "}"
|
return "{" + str[1:len(str)-1] + "}"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user