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 15, 2024
1 parent fafe204 commit b855e86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fuzz_introspector/analyses/sinks_analyser.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,8 +372,8 @@ def _generate_callpath_page(
return filename

def _filter_inaccessible_callpath(
self, callpath_list: List[List[function_profile.FunctionProfile]],
target_lang: str) -> List[List[function_profile.FunctionProfile]]:
self, callpath_list: List[List[function_profile.FunctionProfile]],
target_lang: str) -> List[List[function_profile.FunctionProfile]]:
"""
If the target language of this project is jvm, use
the class and method information to filter out
Expand Down

0 comments on commit b855e86

Please sign in to comment.