Skip to content

Commit

Permalink
Remove redundant returns
Browse files Browse the repository at this point in the history
  • Loading branch information
craig65535 committed Dec 31, 2024
1 parent ca6698b commit ccb5e7f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions assert/assertions.go
Original file line number Diff line number Diff line change
Expand Up @@ -2182,9 +2182,6 @@ func unwrapAll(err error) (errs []error) {
for _, err := range x.Unwrap() {
errs = append(errs, unwrapAll(err)...)
}
return
default:
return
}
return
}
Expand Down

0 comments on commit ccb5e7f

Please sign in to comment.