mirror of
https://github.com/revanced/jadb.git
synced 2025-05-03 16:14:25 +02:00
fix whitespace
This commit is contained in:
parent
c52447e098
commit
71388516fe
@ -56,7 +56,7 @@ public class PackageManager {
|
||||
s= device.executeShell("pm", "install", Bash.quote(remote.getPath()));
|
||||
}
|
||||
String result = Stream.readAll(s, Charset.forName("UTF-8"));
|
||||
s=device.executeShell("rm", "-f",Bash.quote(remote.getPath()));
|
||||
s=device.executeShell("rm", "-f", Bash.quote(remote.getPath()));
|
||||
Stream.readAll(s, Charset.forName("UTF-8"));
|
||||
verifyOperation("install", apkFile.getName(), result);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user