Skip to content

Commit

Permalink
changed by black
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiko7454 committed Jun 22, 2023
1 parent 49a3117 commit d75d8d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions slither/core/dominators/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def intersection_predecessor(node: "Node") -> Set["Node"]:
ret = ret.intersection(pred.dominators)
return ret


def _compute_dominators(nodes: List["Node"]) -> None:
changed = True

Expand Down

0 comments on commit d75d8d8

Please sign in to comment.