Skip to content

Commit 3e1d0d4

Browse files
committed
Update
1 parent e25ddd7 commit 3e1d0d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bridges/Constraint/bridges/SplitHyperRectangleBridge.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ mutable struct SplitHyperRectangleBridge{T,G,F} <: AbstractBridge
3535
ci::Union{Nothing,MOI.ConstraintIndex{G,MOI.Nonnegatives}},
3636
set::MOI.HyperRectangle{T},
3737
free_rows::F,
38-
)
38+
) where {T,G,F}
3939
return new{T,G,F}(ci, set, free_rows, nothing, nothing)
4040
end
4141
end

0 commit comments

Comments
 (0)