Skip to content

Commit 441f037

Browse files
Apply suggestion from @github-actions[bot]
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 685a7f7 commit 441f037

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/additional_functions/helper.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ function check_single_lossfun(models::AbstractSemSingle...; throw_error)
116116
return uniform
117117
end
118118

119-
check_single_lossfun(model::SemEnsemble; throw_error) =
119+
check_single_lossfun(model::SemEnsemble; throw_error) =
120120
check_single_lossfun(model.sems...; throw_error)
121121

122122
# scaling corrections for multigroup models

0 commit comments

Comments
 (0)