From 1786576c9d2dc34e86de236f41eeee0164fdc1a9 Mon Sep 17 00:00:00 2001 From: Kyle Beggs Date: Fri, 13 Dec 2024 10:57:05 -0500 Subject: [PATCH] Apply format suggestion Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- test/combinations.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/test/combinations.jl b/test/combinations.jl index e6a8c295..7faaca0d 100644 --- a/test/combinations.jl +++ b/test/combinations.jl @@ -492,7 +492,6 @@ end # Package and run tests testable_cart = TestableGeometry(integrand, curve_cart, solution) runtests(testable_cart) - testable_polar = TestableGeometry(integrand, curve_polar, solution) runtests(testable_polar) end