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:
co-authored by
Claude Opus 4.7
parent
68f0a17781
commit
54c1aa054c
@@ -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),
|
||||
),
|
||||
],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user