Skip to content

Commit a4b08c8

Browse files
committed
committed from zkp
1 parent aece3b9 commit a4b08c8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

LeetCode/firstBadVersion.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,4 @@ def firstBadVersion(self, n):
1818
l = mid + 1
1919
else:
2020
r = mid
21-
return l
22-
21+
return l

0 commit comments

Comments
 (0)