Skip to content

Commit

Permalink
Format suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
mikeingold and github-actions[bot] authored Oct 5, 2024
1 parent 4d3d8c3 commit a8b664a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/auto_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ end
SupportItem("Disk{$T}", T, disk(T), 1, 0, 1, 0, 1, 1, 1),
SupportItem("ParaboloidSurface{$T}", T, parab(T), 1, 0, 1, 0, 1, 1, 1),
SupportItem("Sphere{2,$T}", T, sphere2d(T), 1, 1, 0, 0, 1, 1, 1),
SupportItem("Sphere{3,$T}", T, sphere3d(T), 1, 0, 1, 0, 1, 1, 1),
SupportItem("Sphere{3,$T}", T, sphere3d(T), 1, 0, 1, 0, 1, 1, 1)
]

@testset "Float64 Geometries" verbose=true begin
Expand Down

0 comments on commit a8b664a

Please sign in to comment.