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(
|
return const Center(
|
||||||
child:
|
child:
|
||||||
CircularProgressIndicator.adaptive(
|
CircularProgressIndicator.adaptive(
|
||||||
strokeWidth: 2,),
|
strokeWidth: 2,
|
||||||
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue