Skip to content

Commit 30f7abe

Browse files
committed
style: Updated format to match dart/flutter style
1 parent f61b0cc commit 30f7abe

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

lib/widgets/lightbox.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ class _LightboxPageState extends State<_LightboxPage> {
205205
Route getLightboxRoute({
206206
required BuildContext context,
207207
required Message message,
208-
required String src
208+
required String src,
209209
}) {
210210
return AccountPageRouteBuilder(
211211
context: context,

lib/widgets/message_list.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,8 @@ class MessageWithSender extends StatelessWidget {
381381
borderRadius: BorderRadius.all(Radius.circular(4))),
382382
width: 35,
383383
height: 35,
384-
child: avatar)),
384+
child: avatar,
385+
)),
385386
Expanded(
386387
child: Column(
387388
crossAxisAlignment: CrossAxisAlignment.stretch,

0 commit comments

Comments
 (0)