Skip to content

Commit 437a41e

Browse files
committed
clean
1 parent 647ebd3 commit 437a41e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/variables.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ function _varmap_to_vars(varmap::Dict, varlist; defaults = Dict(), check = false
199199
val = unwrap(fixpoint_sub(var, varmap; operator = Symbolics.Operator))
200200
values[var] = val
201201
end
202-
nothing
203202
missingvars = setdiff(varlist, collect(keys(values)))
204203
check && (isempty(missingvars) || throw(MissingVariablesError(missingvars)))
205204
return [values[unwrap(var)] for var in varlist]

0 commit comments

Comments
 (0)