Skip to content

Commit c68ee8a

Browse files
Update test/combinations.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 20362c0 commit c68ee8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/combinations.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@ end
810810
# Geometry
811811
a = π
812812
N = 3
813-
side = range(0, a, length=N)
813+
side = range(0, a, length = N)
814814
X = repeat(side, 1, N)
815815
Y = repeat(side', N, 1)
816816
grid = StructuredGrid(X, Y)

0 commit comments

Comments
 (0)