Skip to content

Commit e3d9010

Browse files
committed
fix: add a newline at the end of the file for better formatting
1 parent dec9da9 commit e3d9010

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

combination-sum/hongseoupyun.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ def backtrack(remaining: int, combination: List[int], start_index: int):
5050
# initial call
5151
backtrack(target, [], 0)
5252
return result
53+
5354

5455

5556

0 commit comments

Comments
 (0)