Skip to content

Commit 1f3cd21

Browse files
committed
Fix formatting
1 parent 779a616 commit 1f3cd21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/FileFormats/MOF/read.jl

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ function Base.read!(io::IO, model::Model)
3333
# object["has_scalar_nonlinear"] = false | 1 0 1
3434
# = true | 1 0 0
3535
if something(
36-
options.use_nlp_block,
37-
!get(object, "has_scalar_nonlinear", false),
38-
)
36+
options.use_nlp_block,
37+
!get(object, "has_scalar_nonlinear", false),
38+
)
3939
_convert_to_nlpblock(model)
4040
end
4141
return

0 commit comments

Comments
 (0)