File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 shell : julia --color=yes {0}
1919 run : |
2020 using Pkg
21- Pkg.add(PackageSpec(name="JuliaFormatter", version="1 "))
21+ Pkg.add(PackageSpec(name="JuliaFormatter", version="2 "))
2222 using JuliaFormatter
2323 format(".", verbose=true)
2424 out = String(read(Cmd(`git diff`)))
Original file line number Diff line number Diff line change @@ -67,7 +67,9 @@ const dense_A = [
6767 MOI. ConstraintIndex{
6868 MOI. ScalarAffineFunction{Float64},
6969 MOI. EqualTo{Float64},
70- }. (1 : 2 ),
70+ }. (
71+ 1 : 2 ,
72+ ),
7173 con_names,
7274 )
7375 return MOIT. util_test_models_equal (
@@ -146,7 +148,9 @@ const dense_A = [
146148 MOI. ConstraintIndex{
147149 MOI. ScalarAffineFunction{Float64},
148150 MOI. LessThan{Float64},
149- }. (1 : 2 ),
151+ }. (
152+ 1 : 2 ,
153+ ),
150154 con_names,
151155 )
152156 return MOIT. util_test_models_equal (
You can’t perform that action at this time.
0 commit comments