Skip to content

Commit f02f533

Browse files
committed
up
1 parent ce6e398 commit f02f533

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/Utilities/universalfallback.jl

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,7 @@ function pass_nonvariable_constraints(
9393
end
9494
end
9595
pass_nonvariable_constraints(dest.model, src, idxmap, supported_types)
96-
pass_nonvariable_constraints_fallback(
97-
dest,
98-
src,
99-
idxmap,
100-
unsupported_types,
101-
)
96+
pass_nonvariable_constraints_fallback(dest, src, idxmap, unsupported_types)
10297
return
10398
end
10499

0 commit comments

Comments
 (0)