Skip to content

Commit

Permalink
remove unwanted indent
Browse files Browse the repository at this point in the history
  • Loading branch information
imShZh committed Nov 22, 2024
1 parent dcc353b commit 9286d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depyf/explain/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def visit(root, ans):
tensor_aliasing_guard_seen = True
else:
continue
append_guard_code(leaf_guard, ans)
append_guard_code(leaf_guard, ans)
for child in root.get_child_managers():
visit(child, ans)
guard_codes = []
Expand Down

0 comments on commit 9286d9c

Please sign in to comment.