Skip to content

Commit cda3d38

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

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
@@ -11,7 +11,7 @@ rows = Vector{Int}(undef, 0)
1111
for i in 1:n
1212
if i != 1
1313
push!(vals, dx2)
14-
push!(cols, i-1)
14+
push!(cols, i - 1)
1515
push!(rows, i)
1616
end
1717
push!(vals, -2dx2)

0 commit comments

Comments
 (0)