Skip to content

Commit c1c12e1

Browse files
paldayararslan
andauthored
He's always watching your style
Co-authored-by: Alex Arslan <ararslan@comcast.net>
1 parent 725f18c commit c1c12e1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/serialization.jl

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ function restoreoptsum!(m::MixedModel, filename; kwargs...)
1010
end
1111
end
1212

13-
function restoreoptsum!(m::LinearMixedModel{T}, io::IO;
14-
atol::Real=zero(T),
15-
rtol::Real=atol > 0 ? zero(T) : eps(T)) where {T}
13+
function restoreoptsum!(
14+
m::LinearMixedModel{T}, io::IO; atol::Real=zero(T),
15+
rtol::Real=atol > 0 ? zero(T) : eps(T)
16+
) where {T}
1617
dict = JSON3.read(io)
1718
ops = restoreoptsum!(m.optsum, dict)
1819
for (par, obj_at_par) in (:initial => :finitial, :final => :fmin)

0 commit comments

Comments
 (0)