[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2023-09-12 13:03:02 +00:00
committed by WandererFan
parent a207d11fa4
commit e92ed45df9
435 changed files with 2669 additions and 2645 deletions

View File

@@ -127,7 +127,7 @@ void ViewProviderGeomFillSurface::highlightReferences(bool on)
for (const auto& jt : it.second) {
std::size_t idx = static_cast<std::size_t>(std::stoi(jt.substr(4)) - 1);
assert(idx < colors.size());
colors[idx] = App::Color(1.0, 0.0, 1.0);// magenta
colors[idx] = App::Color(1.0, 0.0, 1.0); // magenta
}
svp->setHighlightedEdges(colors);
@@ -686,6 +686,6 @@ bool TaskGeomFillSurface::reject()
return widget->reject();
}
}// namespace SurfaceGui
} // namespace SurfaceGui
#include "moc_TaskGeomFillSurface.cpp"