[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]
2024-08-25 07:29:24 +00:00
parent 97b58f855f
commit 09386be6a9
7 changed files with 23 additions and 25 deletions

View File

@@ -2251,9 +2251,7 @@ void PropertySheet::setPathValue(const ObjectIdentifier& path, const boost::any&
}
}
FC_THROWM(Base::TypeError,
"Invalid path value '"
<< "' for " << getFullName());
FC_THROWM(Base::TypeError, "Invalid path value '" << "' for " << getFullName());
}
const boost::any PropertySheet::getPathValue(const App::ObjectIdentifier& path) const