mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-05-11 13:05:37 +02:00
refactor: apply changes according to analysis
trailing commas, and sort import alphabetically
This commit is contained in:
parent
0b529c2629
commit
264d8d90c4
19 changed files with 42 additions and 37 deletions
|
@ -93,9 +93,9 @@ class SAdvancedSection extends StatelessWidget {
|
|||
label: I18nText('yesButton'),
|
||||
onPressed: () => {
|
||||
Navigator.of(context).pop(),
|
||||
_settingsViewModel.deleteKeystore()
|
||||
_settingsViewModel.deleteKeystore(),
|
||||
},
|
||||
)
|
||||
),
|
||||
],
|
||||
),
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue