Skip to content

Commit 4726745

Browse files
author
Alexey Stukalov
committed
fixup SemEnsemble (minor)
1 parent 245ef87 commit 4726745

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/frontend/specification

src/frontend/specification/Sem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ function sem_term(model::AbstractSem, id::Any)
262262
return term
263263
end
264264

265-
function sem_term(model::AbstractSem, id::Nothing = nothing)
265+
function sem_term(model::AbstractSem, _::Nothing = nothing)
266266
if nsem_terms(model) != 1
267267
error(
268268
"Model contains $(nsem_terms(model)) SEM terms, you have to specify a specific term",

0 commit comments

Comments
 (0)