mirror of
https://github.com/youngyangyang04/leetcode-master.git
synced 2025-07-10 04:06:51 +08:00
Merge pull request #982 from tlylt/fix-77-python
fix Qn0077 Python indent
This commit is contained in:
@ -323,7 +323,6 @@ class Solution:
|
||||
self.backtracking(k, n, i + 1)
|
||||
self.path.pop()
|
||||
self.sum_now -= i
|
||||
return
|
||||
```
|
||||
|
||||
## Go
|
||||
|
Reference in New Issue
Block a user