[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
committed by
Benjamin Nauck
parent
b38170cb02
commit
44e15af433
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user