Skip to content

Commit

Permalink
make format
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevengre committed Nov 26, 2024
1 parent c0dcd30 commit 444a1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyk/src/pyk/kcfg/kcfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ def create_node(self, cterm: CTerm) -> KCFG.Node:

def remove_node(self, node_id: NodeIdLike) -> None:
self.remove_edges_around(node_id)

node_id = self._resolve(node_id)
self._nodes.pop(node_id)
self._deleted_nodes.add(node_id)
Expand Down

0 comments on commit 444a1c9

Please sign in to comment.