Skip to content

Commit

Permalink
fix: added a trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminHalko committed Dec 28, 2023
1 parent c94eb7a commit 975180b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/services/root_api.dart
Expand Up @@ -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: '''
Expand Down

0 comments on commit 975180b

Please sign in to comment.