Skip to content
Snippets Groups Projects
Commit 26e7401a authored by Samuel Jones's avatar Samuel Jones
Browse files

Re #22515 Clang Formatting again!

parent 79042441
No related branches found
No related tags found
No related merge requests found
......@@ -217,9 +217,8 @@ bool isItSorted(Comparator const &compare,
specNum++) {
if (!std::is_sorted(inputWorkspace->x(specNum).begin(),
inputWorkspace->x(specNum).end(),
[&](double lhs, double rhs) -> bool {
return compare(lhs, rhs);
})) {
[&](double lhs, double rhs)
-> bool { return compare(lhs, rhs); })) {
return false;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment