Skip to content

Commit d653b19

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

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
@@ -3,7 +3,7 @@ using LinearSolve
33
using Test
44

55
n = 10
6-
dx = 1/n
6+
dx = 1 / n
77
dx2 = dx^-2
88
vals = Vector{BigFloat}(undef, 0)
99
cols = Vector{Int}(undef, 0)

0 commit comments

Comments
 (0)