Skip to content

Commit 8aa29d7

Browse files
authored
fix: removed extra blank line between sections (#870)
1 parent 980d953 commit 8aa29d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

algorithms/arrays/josephus.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
Output: 369485271
1010
"""
1111

12-
1312
def josephus(int_list, skip):
1413
skip = skip - 1 # list starts with 0 index
1514
idx = 0

0 commit comments

Comments
 (0)