chore(repo): add missed trailing commas

This commit is contained in:
Dmitry Krutskikh
2021-11-21 20:29:15 +03:00
parent 44927d2420
commit 424b753ca7
5 changed files with 21 additions and 15 deletions
+2 -2
View File
@@ -233,10 +233,10 @@ class _MessageViewState extends State<MessageView> {
),
),
),
)
),
],
),
)
),
],
);
}