Skip to content

Commit b999354

Browse files
Update test/defaults_loading.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 708f817 commit b999354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/defaults_loading.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ for i in 1:n
1919
push!(rows, i)
2020
if i != n
2121
push!(vals, dx2)
22-
push!(cols, i+1)
22+
push!(cols, i + 1)
2323
push!(rows, i)
2424
end
2525
end

0 commit comments

Comments
 (0)