Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 10, 2024
1 parent 8e4d7e2 commit 250b0e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/lexls/lexlsi.h
Original file line number Diff line number Diff line change
Expand Up @@ -1295,7 +1295,8 @@ namespace LexLS

dVectorType xStar = lexlse.get_x();

file << "% obtained with old working set" << "\n";
file << "% obtained with old working set"
<< "\n";
file << "xStar_(:," << nIterations + 1 << ") = [ ";
for (Index k = 0; k < nVar; k++)
{
Expand Down

0 comments on commit 250b0e1

Please sign in to comment.