Skip to content

Commit

Permalink
style: Updated format to match dart/flutter style
Browse files Browse the repository at this point in the history
  • Loading branch information
aanelson committed Jun 8, 2023
1 parent f61b0cc commit 30f7abe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/widgets/lightbox.dart
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ class _LightboxPageState extends State<_LightboxPage> {
Route getLightboxRoute({
required BuildContext context,
required Message message,
required String src
required String src,
}) {
return AccountPageRouteBuilder(
context: context,
Expand Down
3 changes: 2 additions & 1 deletion lib/widgets/message_list.dart
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,8 @@ class MessageWithSender extends StatelessWidget {
borderRadius: BorderRadius.all(Radius.circular(4))),
width: 35,
height: 35,
child: avatar)),
child: avatar,
)),
Expanded(
child: Column(
crossAxisAlignment: CrossAxisAlignment.stretch,
Expand Down

0 comments on commit 30f7abe

Please sign in to comment.