Skip to content

Commit

Permalink
apply review remarks
Browse files Browse the repository at this point in the history
  • Loading branch information
mvertes authored and traefiker committed Feb 2, 2021
1 parent c0c5a97 commit 9bb4f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _test/issue-1022.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import "fmt"
func main() {
defer func() {
r := recover()
if r != nil { // <- panic here
if r != nil {
fmt.Println(r)
}
}()
Expand Down

0 comments on commit 9bb4f38

Please sign in to comment.