mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-21 01:33:36 +00:00
Reformat Java code
Reformated by Android studio to match the 150 characters column defined in checkstyle.
This commit is contained in:
parent
2b845680b0
commit
6abb8fd0cd
8 changed files with 22 additions and 42 deletions
|
|
@ -73,8 +73,8 @@ public final class Server {
|
|||
|
||||
String clientVersion = args[0];
|
||||
if (!clientVersion.equals(BuildConfig.VERSION_NAME)) {
|
||||
throw new IllegalArgumentException("The server version (" + clientVersion + ") does not match the client "
|
||||
+ "(" + BuildConfig.VERSION_NAME + ")");
|
||||
throw new IllegalArgumentException(
|
||||
"The server version (" + clientVersion + ") does not match the client " + "(" + BuildConfig.VERSION_NAME + ")");
|
||||
}
|
||||
|
||||
if (args.length != 8) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue