Why would the linter do this to me?

Took 4 minutes
This commit is contained in:
Lukas Brübach 2025-09-05 02:27:26 +02:00
parent ae78aa1468
commit ad4888fcf1
5 changed files with 141 additions and 45 deletions

View file

@ -136,7 +136,10 @@ public:
[[nodiscard]] virtual bool isDeckHeader() const = 0;
/// @return The parent node, or nullptr if this is the root.
InnerDecklistNode *getParent() const { return parent; }
InnerDecklistNode *getParent() const
{
return parent;
}
/**
* @brief Compute the depth of this node in the tree.