Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Chan <[email protected]>
  • Loading branch information
arthurscchan committed Jan 20, 2025
1 parent e6ee048 commit 27d2d17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/fuzz_introspector/frontends/frontend_jvm.py
Original file line number Diff line number Diff line change
Expand Up @@ -1045,7 +1045,8 @@ def dump_module_logic(self,
method_dict: dict[str, Any] = {}

if method.parent_source:
method_dict['functionSourceFile'] = method.parent_source.source_file
method_dict[
'functionSourceFile'] = method.parent_source.source_file
else:
method_dict['functionSourceFile'] = method.class_interface.name

Expand Down

0 comments on commit 27d2d17

Please sign in to comment.