Merge pull request #982 from tlylt/fix-77-python

fix Qn0077 Python indent
This commit is contained in:
程序员Carl
2022-01-06 20:51:12 +08:00
committed by GitHub
3 changed files with 6 additions and 7 deletions

View File

@ -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