chore(repo): add missed trailing commas

This commit is contained in:
Dmitry Krutskikh
2022-01-06 09:05:22 +03:00
parent 8ac2c36220
commit 800ab448f7
2 changed files with 2 additions and 2 deletions
@@ -88,7 +88,7 @@ class HomeScreen extends StatelessWidget {
[ [
StreamChatCore.of(context).currentUser!.id, StreamChatCore.of(context).currentUser!.id,
], ],
) ),
]), ]),
emptyBuilder: (BuildContext context) => const Center( emptyBuilder: (BuildContext context) => const Center(
child: Text('Looks like you are not in any channels'), child: Text('Looks like you are not in any channels'),
@@ -245,7 +245,7 @@ class _MessageViewState extends State<MessageView> {
), ),
], ],
), ),
) ),
], ],
); );
} }