mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2024-11-10 09:07:47 +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(
|
Future<void> installPatchedApk(
|
||||||
String packageName, String patchedFilePath) async {
|
String packageName, String patchedFilePath,) async {
|
||||||
final String newPatchedFilePath = '$_revancedDirPath/$packageName/base.apk';
|
final String newPatchedFilePath = '$_revancedDirPath/$packageName/base.apk';
|
||||||
await Root.exec(
|
await Root.exec(
|
||||||
cmd: '''
|
cmd: '''
|
||||||
|
|
Loading…
Reference in a new issue