Skip to content

Commit 8d49a29

Browse files
committed
Fix format
1 parent 4624990 commit 8d49a29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/C_wrapper.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1005,6 +1005,6 @@ end
10051005
@testset "knitroampl" begin
10061006
@test occursin(
10071007
"AMPL/Knitro",
1008-
sprint(io -> run(pipeline(`$(KNITRO.amplexe()) -v`; stdout = io))),
1008+
sprint(io -> run(pipeline(`$(KNITRO.amplexe()) -v`; stdout=io))),
10091009
)
10101010
end

0 commit comments

Comments
 (0)