Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
englefly committed Dec 9, 2024
1 parent 234290f commit aed1ca2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ public void testBetween() {
result = PARSER.parseExpression(expression);
Assertions.assertInstanceOf(And.class, result);
}
}
}

0 comments on commit aed1ca2

Please sign in to comment.