Skip to content

Commit 51298c1

Browse files
committed
misc: Formatting
1 parent 075ab3b commit 51298c1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

devito/ir/iet/visitors.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1180,6 +1180,7 @@ def visit_Node(self, o: Node, flag: bool = False) -> LazyVisit[Node, bool]:
11801180

11811181
# Update the flag if we found a stop
11821182
flag &= (o is not self.stop)
1183+
11831184
return flag
11841185

11851186

0 commit comments

Comments
 (0)