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 14, 2025
1 parent f27e3a6 commit 9f79b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fuzz_introspector/frontends/frontend_go.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def dump_module_logic(self,
# relying on other variables
func_def.extract_local_variable_type(
self.functions_methods_map)

func_def.extract_callsites(self.functions_methods_map)
func_dict: dict[str, Any] = {}
func_dict['functionName'] = func_def.function_name
Expand Down

0 comments on commit 9f79b90

Please sign in to comment.