Skip to content

Commit af4bf8e

Browse files
committed
Fix format
1 parent 852c11a commit af4bf8e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Utilities/results.jl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,10 @@ _upper(::MOI.ZeroOne, ::Type{T}) where {T} = one(T)
9595

9696
function _dual_objective_value(
9797
model::MOI.ModelLike,
98-
ci::MOI.ConstraintIndex{<:MOI.AbstractScalarFunction,<:Union{MOI.ZeroOne,MOI.Interval}},
98+
ci::MOI.ConstraintIndex{
99+
<:MOI.AbstractScalarFunction,
100+
<:Union{MOI.ZeroOne,MOI.Interval},
101+
},
99102
::Type{T},
100103
result_index::Integer,
101104
) where {T}

0 commit comments

Comments
 (0)