Skip to content

Commit f11b38b

Browse files
authored
Update src/FileFormats/MOF/write.jl
1 parent 3fabbd8 commit f11b38b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FileFormats/MOF/write.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function Base.write(io::IO, model::Model)
2121
_write_constraints(constraints, model, name_map)
2222
object = (;
2323
name = "MathOptFormat Model",
24-
version => (
24+
version = (
2525
major = Int(_SUPPORTED_VERSIONS[1].major),
2626
minor = Int(_SUPPORTED_VERSIONS[1].minor),
2727
),

0 commit comments

Comments
 (0)