mirror of
https://github.com/zrepl/zrepl.git
synced 2025-08-16 09:57:49 +02:00
fix unreachable code & missing stringer-generated code
This commit is contained in:
@ -25,7 +25,6 @@ func (t VersionType) DelimiterChar() string {
|
||||
default:
|
||||
panic(fmt.Sprintf("unexpected VersionType %#v", t))
|
||||
}
|
||||
return ""
|
||||
}
|
||||
|
||||
type FilesystemVersion struct {
|
||||
|
Reference in New Issue
Block a user