fix unreachable code & missing stringer-generated code
This commit is contained in:
+1
-2
@@ -310,8 +310,7 @@ func doPull(pull PullContext) (err error) {
|
||||
|
||||
}
|
||||
|
||||
panic("implementation error: this should not be reached")
|
||||
return false
|
||||
panic("should not be reached")
|
||||
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user