File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -43,10 +43,7 @@ struct _SubexpressionStorage
4343end
4444
4545function MOI. Nonlinear. expression (expr:: _SubexpressionStorage )
46- return MOI. Nonlinear. Expression (
47- expr. nodes,
48- expr. const_values,
49- )
46+ return MOI. Nonlinear. Expression (expr. nodes, expr. const_values)
5047end
5148
5249MOI. Nonlinear. adjacency_matrix (expr:: _SubexpressionStorage ) = expr. adj
@@ -146,10 +143,7 @@ struct _FunctionStorage
146143end
147144
148145function MOI. Nonlinear. expression (expr:: _FunctionStorage )
149- return MOI. Nonlinear. Expression (
150- expr. nodes,
151- expr. const_values,
152- )
146+ return MOI. Nonlinear. Expression (expr. nodes, expr. const_values)
153147end
154148
155149MOI. Nonlinear. adjacency_matrix (expr:: _FunctionStorage ) = expr. adj
You can’t perform that action at this time.
0 commit comments