Skip to content

Commit 8ff627a

Browse files
committed
Resolved strange clang format failure in line 5129 of HPresolve.cpp
1 parent 0642101 commit 8ff627a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

highs/presolve/HPresolve.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5126,8 +5126,7 @@ HPresolve::Result HPresolve::enumerateSolutions(
51265126

51275127
// no reductions for this row?
51285128
if (noReductions) {
5129-
while (doBacktrack(numBranches))
5130-
;
5129+
while (doBacktrack(numBranches));
51315130
continue;
51325131
}
51335132

0 commit comments

Comments
 (0)