mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-24 19:41:03 +00:00
refactor: apply changes according to analysis
trailing commas, and sort import alphabetically
This commit is contained in:
@@ -119,9 +119,9 @@ class SExportSection extends StatelessWidget {
|
||||
label: I18nText('yesButton'),
|
||||
onPressed: () => {
|
||||
Navigator.of(context).pop(),
|
||||
_settingsViewModel.resetSelectedPatches()
|
||||
_settingsViewModel.resetSelectedPatches(),
|
||||
},
|
||||
)
|
||||
),
|
||||
],
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user