Skip to content

Commit 7c96d13

Browse files
dpogeoffroyleconte
authored andcommitted
🤖 Format .jl files
1 parent 3f34a7f commit 7c96d13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/presolve/remove_ifix.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ function remove_ifix!(
8484
end
8585
k += 1
8686
end
87-
Hrows[Hwritepos: end] .= 0
88-
Hcols[Hwritepos: end] .= 0
89-
87+
Hrows[Hwritepos:end] .= 0
88+
Hcols[Hwritepos:end] .= 0
89+
9090
# remove ifix in A cols
9191
Awritepos = 1
9292
currentAn = nvar - idxfix + 1 # remove rows if uplo == :U

0 commit comments

Comments
 (0)