[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-09-01 18:57:25 +00:00
committed by Rainer Kümmerle
parent 25093dc60a
commit 39d07661ec

View File

@@ -62,8 +62,7 @@ class HyperGraphElementCreator : public AbstractHyperGraphElementCreator {
defined(__GNUC__) // force stack alignment on Windows with GCC
__attribute__((force_align_arg_pointer))
#endif
HyperGraph::HyperGraphElement*
construct() {
HyperGraph::HyperGraphElement* construct() {
return new T;
}
virtual const std::string& name() const { return _name; }