Skip to content

Commit 8d88d35

Browse files
committed
format
1 parent ec29a5c commit 8d88d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/functions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ function VectorAffineFunction{T}(f::VectorOfVariables) where {T}
579579
end
580580

581581
function VectorAffineFunction(
582-
rows::AbstractVector{ScalarAffineFunction{T}}
582+
rows::AbstractVector{ScalarAffineFunction{T}},
583583
) where {T}
584584
ret = VectorAffineFunction{T}(VectorAffineTerm{T}[], T[])
585585
for (row, f) in enumerate(rows)

0 commit comments

Comments
 (0)