Skip to content

Commit

Permalink
💚 Fix trailing commas
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Aug 17, 2023
1 parent 61d54ac commit 334c72f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/lib/pages/home_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class _MyHomePageState extends State<HomePage> {
onRemoveAsset: () => selectedAsset.value = null,
);
},
)
),
],
),
),
Expand Down
2 changes: 1 addition & 1 deletion example/lib/widgets/selected_assets_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class SelectedAssetView extends StatelessWidget {
child: child!,
),
child: _selectedAssetDeleteButton(context),
)
),
],
),
),
Expand Down

0 comments on commit 334c72f

Please sign in to comment.