Skip to content

Commit 6a2998c

Browse files
committed
Fixed lint issue
1 parent d93e175 commit 6a2998c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

highs/lp_data/HighsCallback.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,8 @@ HighsStatus HighsCallbackInput::repairSolution() {
273273
i, value);
274274
return HighsStatus::kError;
275275
} else {
276-
// since the variable is integral, round it to avoid numerical issues
276+
// since the variable is integral, round it to avoid numerical
277+
// issues
277278
value = std::round(value);
278279
}
279280
}

0 commit comments

Comments
 (0)