Skip to content

Commit 54bbf0b

Browse files
committed
Updated reverse integer
1 parent fbadd7f commit 54bbf0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Easy/ReverseInt.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ public int reverse(int x) {
4242
if (out > Integer.MAX_VALUE || out < Integer.MIN_VALUE) return 0;
4343
return (int)out;
4444
}
45-
}
45+
}

0 commit comments

Comments
 (0)