fix Qn0077 & Qn0216 python indent errors

This commit is contained in:
tlylt
2022-01-01 11:38:38 +08:00
parent 082302078b
commit eb94c291b2
3 changed files with 4 additions and 5 deletions

View File

@ -323,7 +323,6 @@ class Solution:
self.backtracking(k, n, i + 1)
self.path.pop()
self.sum_now -= i
return
```
## Go