mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-15 15:02:16 -07:00
Why would the linter do this to me?
Took 4 minutes
This commit is contained in:
parent
ae78aa1468
commit
ad4888fcf1
5 changed files with 141 additions and 45 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue