Skip to content

Commit

Permalink
Format files
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sneha-s committed Aug 9, 2024
1 parent 396ea51 commit e4d8997
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/example/testnami/lib/campaign.dart
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@ class CampaignWidgetState extends State<CampaignWidget> {
const SizedBox(height: 20),
Expanded(
child: ListView(
padding: const EdgeInsets.only(bottom: 40),
children: campaignItems,
padding: const EdgeInsets.only(bottom: 40),
children: campaignItems,
))
],
),
Expand Down

0 comments on commit e4d8997

Please sign in to comment.