From 1aaf2f9a156b1762fc9cc2853eaee91b62e93e94 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Thu, 2 Mar 2023 11:54:20 +0100 Subject: [PATCH] chore: Fix formatting --- lib/pages/chat/chat_view.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/pages/chat/chat_view.dart b/lib/pages/chat/chat_view.dart index 0d79cb30e..e43d6b926 100644 --- a/lib/pages/chat/chat_view.dart +++ b/lib/pages/chat/chat_view.dart @@ -259,7 +259,8 @@ class ChatView extends StatelessWidget { return const Center( child: CircularProgressIndicator.adaptive( - strokeWidth: 2,), + strokeWidth: 2, + ), ); }