style(undo-log): apply dart format to email tile mapper

`dart format --set-exit-if-changed` is part of CI's check pipeline.
Collapse the now-fitting `_EmailTile` call back onto one line so it
matches the formatter output.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Bot of Thomas Güttler
2026-06-09 19:48:36 +00:00
co-authored by Claude Opus 4.7
parent 68f0a17781
commit 54c1aa054c
+1 -2
View File
@@ -95,8 +95,7 @@ class UndoLogDetailScreen extends ConsumerWidget {
),
),
...action.originalEmails.map(
(email) =>
_EmailTile(email: email, accountId: action.accountId),
(email) => _EmailTile(email: email, accountId: action.accountId),
),
],
),