mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2024-11-10 01:01:56 +01:00
fix: added a trailing comma
This commit is contained in:
parent
c94eb7a48e
commit
975180b075
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ class RootAPI {
|
|||
}
|
||||
|
||||
Future<void> installPatchedApk(
|
||||
String packageName, String patchedFilePath) async {
|
||||
String packageName, String patchedFilePath,) async {
|
||||
final String newPatchedFilePath = '$_revancedDirPath/$packageName/base.apk';
|
||||
await Root.exec(
|
||||
cmd: '''
|
||||
|
|
Loading…
Reference in a new issue