Skip to content

Commit

Permalink
diktatFix
Browse files Browse the repository at this point in the history
  • Loading branch information
nulls committed Nov 15, 2022
1 parent 40eb7c9 commit 715166d
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,10 @@ internal fun applyToCode(code: String,
text = code,
ruleSets = listOf(
RuleSet("test", object : Rule("astnode-utils-test") {
override fun visit(node: ASTNode,
autoCorrect: Boolean,
emit: EmitType
override fun visit(
node: ASTNode,
autoCorrect: Boolean,
emit: EmitType
) {
applyToNode(node, counter)
}
Expand Down

0 comments on commit 715166d

Please sign in to comment.