mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-11 21:56:17 +00:00
fix: added a trailing comma
This commit is contained in:
@@ -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: '''
|
||||||
|
|||||||
Reference in New Issue
Block a user