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

@ -95,7 +95,10 @@ public:
*
* @return 0
*/
int height() const override { return 0; }
int height() const override
{
return 0;
}
/**
* @brief Compare this card node against another for sorting.