Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
atrayees authored Jun 14, 2024
1 parent 2b52486 commit 8128efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/correlation_matrices/sampler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ bool is_correlation_matrix(const MT& matrix, const double tol = 1e-8){

if(solver.isPositiveSemidefinite(matrix))
{
return true;
return true;
}
return false;
}
Expand Down

0 comments on commit 8128efa

Please sign in to comment.