Skip to content

Commit 9ab9604

Browse files
Chore : Fix Lint Error
1 parent 5c0063a commit 9ab9604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

house-robber/printjin-gmailcom

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ class Solution:
66
leftleft = num_map.get(i - 3, 0)
77
num_map[i] = max(left + num, leftleft + num)
88
return max(num_map.get(len(nums) - 1, 0), num_map.get(len(nums) - 2, 0))
9-
9+

0 commit comments

Comments
 (0)