Skip to content

Commit

Permalink
Fixed ktlint violation
Browse files Browse the repository at this point in the history
  • Loading branch information
mpe85 committed May 24, 2024
1 parent f1c04c8 commit 88f0a44
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ class ActionRuleTests : StringSpec({
override fun start() = { _: RuleContext<Unit> -> true }.toActionRule()
}
grammar.start().shouldBeInstanceOf<ActionRule<Unit>>()

}
"Action is correctly converted to action rule" {
val grammar = object : AbstractGrammar<Unit>() {
Expand Down

0 comments on commit 88f0a44

Please sign in to comment.