Skip to content

Commit 0cb99f5

Browse files
committed
Fix format
1 parent 05d7c75 commit 0cb99f5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/nlp_expr.jl

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

553553
moi_function(x::Number) = x
554554

555-
function moi_function(f::GenericNonlinearExpr{V}, model::JuMP.GenericModel) where {V}
555+
function moi_function(
556+
f::GenericNonlinearExpr{V},
557+
model::JuMP.GenericModel,
558+
) where {V}
556559
cache = model.subexpressions
557560
if haskey(cache, f)
558561
return cache[f]

0 commit comments

Comments
 (0)