Improved consistency and added missing newlines at end of files

This commit is contained in:
DawnFire42 2026-03-05 21:38:45 -05:00
parent f24b2d54a9
commit fb8c42e69d
No known key found for this signature in database
GPG key ID: 24BB855EE2911B33
3 changed files with 6 additions and 6 deletions

View file

@ -219,4 +219,4 @@ void PlayerGraphicsItem::updateBoundingRect()
playerArea->setSize(CardDimensions::HEIGHT_F + counterAreaWidth + 15, bRect.height());
emit sizeChanged();
}
}