Skip to content

Commit

Permalink
Fix typing
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 Feb 3, 2025
1 parent 0525abd commit 2479d66
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/fuzz_introspector/analyses/source_code_line_analyser.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def standalone_analysis(self,

if not self.source_file or self.source_line <= 0:
logger.error('No valid source code or target line are provided')
return ''
return

# Get all functions from the profiles
all_functions = list(proj_profile.all_functions.values())
Expand Down Expand Up @@ -143,5 +143,3 @@ def standalone_analysis(self,
else:
logger.info('No functions found from line %d in %s',
self.source_line, self.source_file)

return ''

0 comments on commit 2479d66

Please sign in to comment.