Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
  • Loading branch information
arthurscchan committed Jan 22, 2025
1 parent 5557e4d commit 296f21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fuzz_introspector/cfg_load.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def data_file_read_calltree(filename: str) -> Optional[CalltreeCallsite]:
# Special case in the root parent case, where we have no
# parent in the current node and also no children.
if (curr_ctcs_node.parent_calltree_callsite is not None
or curr_ctcs_node.children):
or curr_ctcs_node.children):
curr_ctcs_node = curr_ctcs_node.children[-1]

elif depth < curr_depth and curr_ctcs_node is not None:
Expand Down

0 comments on commit 296f21c

Please sign in to comment.