[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]
2025-02-27 06:42:37 +00:00
parent aaf0d897c3
commit 269f0aed20
3 changed files with 7 additions and 6 deletions

View File

@@ -136,7 +136,7 @@ void EditModeGeometryCoinManager::updateGeometryColor(const GeoListFacade& geoli
};
auto isExternalDefiningGeomPoint = [&geolistfacade](int GeoId) {
auto geom = geolistfacade.getGeometryFacadeFromGeoId(GeoId);
auto geom = geolistfacade.getGeometryFacadeFromGeoId(GeoId);
if (geom) {
auto egf = ExternalGeometryFacade::getFacade(geom->clone());
auto ref = egf->getRef();