fix: Format

This commit is contained in:
Krille Fear 2021-10-17 14:15:29 +02:00
commit db042fd3bd
10 changed files with 48 additions and 27 deletions

View file

@ -79,8 +79,8 @@ class ProfileBottomSheet extends StatelessWidget {
child: snapshot.hasError
? Text(snapshot.error
.toLocalizedString(context))
: const CircularProgressIndicator.adaptive(
strokeWidth: 2),
: const CircularProgressIndicator
.adaptive(strokeWidth: 2),
)
: ContentBanner(
profile.avatarUrl,