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 21, 2025
1 parent 2ebfd8f commit fadaeca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/fuzz_introspector/frontends/frontend_cpp.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,7 @@ def _extract_information(self):

self.arg_types.append(
f'{param_type.text.decode()}{"*" * pcount}'
f'{"[]" * acount}'
)
f'{"[]" * acount}')
self.arg_names.append(param_name.text.decode().replace(
'&', ''))
self.var_map[self.arg_names[-1]] = self.arg_types[-1]
Expand Down

0 comments on commit fadaeca

Please sign in to comment.