Skip to content

Commit 7942c1f

Browse files
Apply suggestion from @github-actions[bot]
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d601530 commit 7942c1f

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
@@ -142,7 +142,7 @@ function check_single_lossfun(models::AbstractSemSingle...; throw_error)
142142
return uniform
143143
end
144144

145-
check_single_lossfun(model::SemEnsemble; throw_error) =
145+
check_single_lossfun(model::SemEnsemble; throw_error) =
146146
check_single_lossfun(model.sems...; throw_error)
147147

148148
# scaling corrections for multigroup models

0 commit comments

Comments
 (0)