[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-03-22 17:42:39 +00:00
committed by Benjamin Nauck
parent b38170cb02
commit 44e15af433
23 changed files with 223 additions and 157 deletions

View File

@@ -1072,7 +1072,7 @@ bool ViewProviderFemPostObject::onDelete(const std::vector<std::string>&)
};
// delete all subelements
for(auto obj : objs) {
for (auto obj : objs) {
getObject()->getDocument()->removeObject(obj->getNameInDocument());
}
return true;