chore: Fix formatting
This commit is contained in:
parent
dac18f16ff
commit
1aaf2f9a15
1 changed files with 2 additions and 1 deletions
|
|
@ -259,7 +259,8 @@ class ChatView extends StatelessWidget {
|
|||
return const Center(
|
||||
child:
|
||||
CircularProgressIndicator.adaptive(
|
||||
strokeWidth: 2,),
|
||||
strokeWidth: 2,
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue