Skip to content

Commit

Permalink
Fix Prefer trailing comma.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziedelth committed Jun 18, 2024
1 parent d3a4739 commit 11e8231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/views/account_settings_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ class AccountSettingsView extends StatelessWidget {
],
);
},
)
),
],
),
);
Expand Down

0 comments on commit 11e8231

Please sign in to comment.