[DeckShare] End the public-decks files with a trailing newline

keeps the final line's diff clean and stops clang-format CI from flagging
the files.
This commit is contained in:
Lukas Brübach 2026-09-19 07:49:58 +02:00 committed by GitHub
parent 9a766e0281
commit d73c39dedc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -148,4 +148,4 @@ int PublicDecksQuickSettingsWidget::getUnusedColorIdentitiesOpacity() const
CardSizeWidget *PublicDecksQuickSettingsWidget::getCardSizeWidget() const
{
return cardSizeWidget;
}
}

View file

@ -54,4 +54,4 @@ signals:
void cardSizeChanged(int scale);
};
#endif // PUBLIC_DECKS_QUICK_SETTINGS_WIDGET_H
#endif // PUBLIC_DECKS_QUICK_SETTINGS_WIDGET_H

View file

@ -164,4 +164,4 @@ void PublicDeckPreviewWidget::imageDoubleClickedEvent(QMouseEvent * /*event*/,
DeckPreviewCardPictureWidget * /*instance*/)
{
emit openDeckRequested(deckId);
}
}