Skip to content

Commit 6b5bf65

Browse files
committed
Fix format
1 parent 012d602 commit 6b5bf65

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libs/libvtrutil/test/test_expr_eval.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,4 @@ TEST_CASE("Function Expressions", "[vtr_expr_eval]") {
8787

8888
REQUIRE(parser.parse_formula("gcd(20, 25)", vars) == 5);
8989
REQUIRE(parser.parse_formula("lcm(20, 25)", vars) == 100);
90-
9190
}

0 commit comments

Comments
 (0)