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