add newline at end of file

release/4.3a0
acxz 2022-02-21 11:56:32 -05:00
parent 6d1e7ebce4
commit 2ba8683454
2 changed files with 2 additions and 2 deletions

View File

@ -285,4 +285,4 @@ Template std::pair<VectorValues, VectorValues> This::optimize() const {
}
#undef Template
#undef This
#undef This

View File

@ -47,4 +47,4 @@ struct QPPolicy {
using QPSolver = ActiveSetSolver<QP, QPPolicy, QPInitSolver>;
}
}