fix indentation
@ -2575,11 +2575,11 @@ def some_recursive_func(a):
return a
def similar_recursive_func(a):
if a == 0:
a -= 1
similar_recursive_func(a)
```
**Output:**
The note is not visible to the blocked user.