Skip to content

Commit

Permalink
Format.
Browse files Browse the repository at this point in the history
  • Loading branch information
TammiLion committed Sep 23, 2024
1 parent 770cea1 commit a905918
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ class _SummaryScreenState extends State<SummaryScreen> {
const SizedBox(width: 16),
Expanded(
child: FunTile.red(
titleBig: secretWord.generousDeeds == 1 ? '1 generous deed' : '${secretWord.generousDeeds} generous deeds',
titleBig: secretWord.generousDeeds == 1
? '1 generous deed'
: '${secretWord.generousDeeds} generous deeds',
iconData: FontAwesomeIcons.solidHeart,
assetSize: 32,
analyticsEvent: AnalyticsEvent(
Expand Down

0 comments on commit a905918

Please sign in to comment.