mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-21 00:55:09 -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
389a6d9e8a
commit
e4df0fe9d3
3 changed files with 3 additions and 3 deletions
|
|
@ -148,4 +148,4 @@ int PublicDecksQuickSettingsWidget::getUnusedColorIdentitiesOpacity() const
|
|||
CardSizeWidget *PublicDecksQuickSettingsWidget::getCardSizeWidget() const
|
||||
{
|
||||
return cardSizeWidget;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -54,4 +54,4 @@ signals:
|
|||
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*/)
|
||||
{
|
||||
emit openDeckRequested(deckId);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue