Skip to content

Commit 389877f

Browse files
Teodor Ciuraruclaude
andcommitted
style(flutter): format dialog.dart to fix CI lint error
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent a983ccb commit 389877f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

flutter_app/lib/dialog.dart

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ class _DialogState extends State<_Dialog> {
4848
done: _done,
4949
deleted: false,
5050
// Pass the attachment note text if provided
51-
attachment: _attachmentNote.text.isNotEmpty ? {"note": _attachmentNote.text} : null,
51+
attachment: _attachmentNote.text.isNotEmpty
52+
? {"note": _attachmentNote.text}
53+
: null,
5254
);
5355
Navigator.of(context).pop(task);
5456
},

0 commit comments

Comments
 (0)