Skip to content

Commit

Permalink
Clang format 18 frig
Browse files Browse the repository at this point in the history
  • Loading branch information
jajhall committed Oct 8, 2024
1 parent 9fb79f3 commit 8f743d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lp_data/HighsOptions.h
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ struct HighsOptionsStruct {
#endif
mip_improving_solution_save(false),
mip_improving_solution_report_sparse(false),
mip_improving_solution_file(""){};
mip_improving_solution_file("") {};
};

// For now, but later change so HiGHS properties are string based so that new
Expand Down
2 changes: 1 addition & 1 deletion src/util/HFactor.h
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class HFactor {
build_timer_(nullptr),
nwork(0),
u_merit_x(0),
u_total_x(0){};
u_total_x(0) {};

/**
* @brief Copy problem size and pointers of constraint matrix, and set
Expand Down

0 comments on commit 8f743d3

Please sign in to comment.