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 May 13, 2024
1 parent fc594e8 commit 79c7a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fuzz_introspector/datatypes/project_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def __init__(self, profiles: List[fuzzer_profile.FuzzerProfile]):
self.all_functions: Dict[str,
function_profile.FunctionProfile] = dict()
self.all_constructors: Dict[str,
function_profile.FunctionProfile] = dict()
function_profile.FunctionProfile] = dict()
self.unreached_functions = set()
self.functions_reached = set()
self.coverage_url = "#"
Expand Down

0 comments on commit 79c7a05

Please sign in to comment.