Skip to content

Commit 3078a20

Browse files
committed
🎨 [ci skip] Remove blank
1 parent b7ef801 commit 3078a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Utilities/functions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -893,7 +893,7 @@ function operate!(op::Union{typeof(+), typeof(-)}, ::Type{T},
893893
d = MOI.output_dimension(g)
894894
@assert MOI.output_dimension(f) == d
895895
append!(f.terms, MOI.VectorAffineTerm.(
896-
collect(1:d),
896+
collect(1:d),
897897
MOI.ScalarAffineTerm.(op(one(T)), g.variables)))
898898
return f
899899
end

0 commit comments

Comments
 (0)