Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibolm committed Dec 4, 2023
1 parent 15abed3 commit 647ead5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_structured_2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ end
7.75523532462757,
50.34978438323783,
],
cells_per_dimension = (4, 6),
cells_per_dimension=(4, 6),
tspan=(0.0, 0.5))
# Ensure that we do not have excessive memory allocations
# (e.g., from type instabilities)
Expand All @@ -732,7 +732,7 @@ end
9.523570698421638,
50.004005679063496,
],
cells_per_dimension = (4, 6),
cells_per_dimension=(4, 6),
tspan=(0.0, 0.5))
# Ensure that we do not have excessive memory allocations
# (e.g., from type instabilities)
Expand Down

0 comments on commit 647ead5

Please sign in to comment.