Skip to content

Commit fd84b71

Browse files
clang
1 parent a5c78d0 commit fd84b71

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/simplex.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,7 @@ void SimplexDecoder::decode_to_errors(const std::vector<uint64_t>& detections) {
299299
}
300300

301301
// Get the model status
302-
[[maybe_unused]] const HighsModelStatus& model_status =
303-
highs->getModelStatus();
302+
[[maybe_unused]] const HighsModelStatus& model_status = highs->getModelStatus();
304303
assert(model_status == HighsModelStatus::kOptimal);
305304
}
306305

0 commit comments

Comments
 (0)