fix: Formatting

This commit is contained in:
Christian Pauly 2021-06-20 14:27:07 +02:00
parent 7f491c26cd
commit c49a410eac
1 changed files with 4 additions and 4 deletions

View File

@ -276,8 +276,8 @@ class ChatView extends StatelessWidget {
child: OutlinedButton( child: OutlinedButton(
onPressed: onPressed:
controller.requestHistory, controller.requestHistory,
child: Text( child: Text(L10n.of(context)
L10n.of(context).loadMore), .loadMore),
), ),
) )
: Container() : Container()