fix Qn0077 & Qn0216 python indent errors
This commit is contained in:
parent
082302078b
commit
eb94c291b2
|
|
@ -323,7 +323,6 @@ class Solution:
|
|||
self.backtracking(k, n, i + 1)
|
||||
self.path.pop()
|
||||
self.sum_now -= i
|
||||
return
|
||||
```
|
||||
|
||||
## Go
|
||||
|
|
|
|||
Loading…
Reference in New Issue