Skip to content

Commit d225aef

Browse files
authored
minor change
1 parent c557298 commit d225aef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/settings.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Base.@kwdef struct Settings
2-
tidyup_tol::Ref{Float64} = 1e-14
3-
auto_tidyup::Ref{Bool} = true
2+
tidyup_tol::RefValue{Float64} = 1e-14
3+
auto_tidyup::RefValue{Bool} = true
44
end
55

66
function Base.show(io::IO, s::Settings)

0 commit comments

Comments
 (0)