Skip to content

Commit 42fc071

Browse files
make checkstyle happy
1 parent 710c894 commit 42fc071

File tree

1 file changed

+2
-2
lines changed
  • src/main/java/com/fishercoder/solutions

1 file changed

+2
-2
lines changed

src/main/java/com/fishercoder/solutions/_493.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ private int mergeSort(int[] nums, int start, int end) {
5252
}
5353

5454
public static void main(String... args) {
55-
System.out.println(2147483647*2);//this is -1
56-
System.out.println(2147483647*2.0);//this is 4.294967294E9
55+
System.out.println(2147483647 * 2);//this is -1
56+
System.out.println(2147483647 * 2.0);//this is 4.294967294E9
5757
}
5858
}

0 commit comments

Comments
 (0)