Skip to content

Commit 6e6624e

Browse files
committed
Fix format
1 parent 73b37a7 commit 6e6624e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/nlp_expr.jl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,10 @@ end
569569

570570
moi_function(x::Number) = x
571571

572-
function moi_function(f::GenericNonlinearExpr{V}, model::JuMP.GenericModel) where {V}
572+
function moi_function(
573+
f::GenericNonlinearExpr{V},
574+
model::JuMP.GenericModel,
575+
) where {V}
573576
cache = model.subexpressions
574577
if haskey(cache, f)
575578
return cache[f]

0 commit comments

Comments
 (0)