Skip to content

Commit f521f6d

Browse files
committed
Missed a spot
1 parent 8c70686 commit f521f6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/model_parsing.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ function parse_variable_def!(dict, mod, arg, varclass, kwargs, where_types;
239239
Expr(:tuple, a, b) => begin
240240
meta = parse_metadata(mod, b)
241241
var, def, _ = parse_variable_def!(
242-
dict, mod, a, varclass, kwargs, where_types, meta; type, meta)
242+
dict, mod, a, varclass, kwargs, where_types; type, meta)
243243
if meta !== nothing
244244
for (type, key) in metatypes
245245
if (mt = get(meta, key, nothing)) !== nothing

0 commit comments

Comments
 (0)