Skip to content

Commit 38bacc7

Browse files
Format .jl files (#151)
Co-authored-by: sshin23 <[email protected]>
1 parent b2a05cb commit 38bacc7

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

ext/ExaModelsMOI.jl

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -323,10 +323,12 @@ function _exafy(i::R, p) where {R<:Real}
323323
end
324324

325325
function _exafy(e::MOI.ScalarNonlinearFunction, p = ())
326-
return op(e.head)((begin
327-
c, p = _exafy(e, p)
328-
c
329-
end for e in e.args)...), p
326+
return op(e.head)((
327+
begin
328+
c, p = _exafy(e, p)
329+
c
330+
end for e in e.args
331+
)...), p
330332
end
331333

332334
function _exafy(e::MOI.ScalarAffineFunction{T}, p = ()) where {T}

0 commit comments

Comments
 (0)