Skip to content

Commit 2af581d

Browse files
committed
style: add empty line
1 parent 0bc5262 commit 2af581d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

number-of-1-bits/bemelon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ def hammingWeight(self, n: int) -> int:
1515
while n > 0:
1616
set_bit_cnt += n & 1
1717
n >>= 1
18-
return set_bit_cnt
18+
return set_bit_cnt

0 commit comments

Comments
 (0)