mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-24 10:23:02 -07:00
[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:
parent
9a766e0281
commit
d73c39dedc
3 changed files with 3 additions and 3 deletions
|
|
@ -148,4 +148,4 @@ int PublicDecksQuickSettingsWidget::getUnusedColorIdentitiesOpacity() const
|
||||||
CardSizeWidget *PublicDecksQuickSettingsWidget::getCardSizeWidget() const
|
CardSizeWidget *PublicDecksQuickSettingsWidget::getCardSizeWidget() const
|
||||||
{
|
{
|
||||||
return cardSizeWidget;
|
return cardSizeWidget;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -54,4 +54,4 @@ signals:
|
||||||
void cardSizeChanged(int scale);
|
void cardSizeChanged(int scale);
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // PUBLIC_DECKS_QUICK_SETTINGS_WIDGET_H
|
#endif // PUBLIC_DECKS_QUICK_SETTINGS_WIDGET_H
|
||||||
|
|
|
||||||
|
|
@ -164,4 +164,4 @@ void PublicDeckPreviewWidget::imageDoubleClickedEvent(QMouseEvent * /*event*/,
|
||||||
DeckPreviewCardPictureWidget * /*instance*/)
|
DeckPreviewCardPictureWidget * /*instance*/)
|
||||||
{
|
{
|
||||||
emit openDeckRequested(deckId);
|
emit openDeckRequested(deckId);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue