Skip to content

Commit ac63034

Browse files
committed
add new line
1 parent b4fd371 commit ac63034

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

house-robber/sangyyypark.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,5 @@ public static int rob(int[] nums) {
3636

3737
return prev1;
3838
}
39-
}
39+
}
40+

0 commit comments

Comments
 (0)