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(
onPressed:
controller.requestHistory,
child: Text(
L10n.of(context).loadMore),
child: Text(L10n.of(context)
.loadMore),
),
)
: Container()