Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chavacava authored Sep 26, 2023
1 parent 91cea3e commit 1fdbfa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testdata/unconditional-recursion.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,5 +197,5 @@ func falsePositiveFuncLiteral() {
func nr902() {
go func() {
nr902() // MATCH /unconditional recursive call/
})()
}()
}

0 comments on commit 1fdbfa4

Please sign in to comment.