Skip to content

Commit 2b122cb

Browse files
committed
tweak format
1 parent 64d2bc5 commit 2b122cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/src/utils/JarUtils.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ public class JarUtils {
1010

1111
public static void main(String[] args) {
1212
try {
13-
String jarFile = System.getProperty("java.home") + "/lib/rt.jar";
14-
jarFile = "/opt/android-sdks/platforms/android-23/uiautomator.jar";
13+
String jarFile = System.getProperty("java.home") + "/lib/rt.jar";
14+
jarFile = "/opt/android-sdks/platforms/android-23/uiautomator.jar";
1515
getClassNameByJar(jarFile);
1616
} catch (Exception e) {
1717
e.printStackTrace();

0 commit comments

Comments
 (0)