Skip to content

Commit

Permalink
Use anonymous parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-dingemans committed Apr 11, 2024
1 parent 09f2bff commit 9853ae3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ internal class RuleExecutionContext private constructor(
node
.getChildren(null)
.forEach { childNode ->
suppressHandler.handle(childNode, rule.ruleId) { autoCorrect, emit ->
suppressHandler.handle(childNode, rule.ruleId) { _, emit ->
this.executeRuleOnNodeRecursively(
childNode,
rule,
Expand Down

0 comments on commit 9853ae3

Please sign in to comment.