mirror of
https://github.com/youngyangyang04/leetcode-master.git
synced 2025-07-09 03:34:02 +08:00
fix Qn0077 & Qn0216 python indent errors
This commit is contained in:
@ -323,7 +323,6 @@ class Solution:
|
|||||||
self.backtracking(k, n, i + 1)
|
self.backtracking(k, n, i + 1)
|
||||||
self.path.pop()
|
self.path.pop()
|
||||||
self.sum_now -= i
|
self.sum_now -= i
|
||||||
return
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Go
|
## Go
|
||||||
|
Reference in New Issue
Block a user