Skip to content

Commit

Permalink
Apply PR suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Frederico Sabino <3332770+fmrsabino@users.noreply.github.com>
  • Loading branch information
falvaradorodriguez and fmrsabino authored Jun 27, 2024
1 parent cf54328 commit f72aa8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/safe_cli/tx_builder/tx_builder_file_decoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def _get_base_field_type(field_type: str) -> str:
raise SoliditySyntaxError("Empty base field type for")

base_field_type_regex = re.compile(
r"^([a-zA-Z0-9]*)(((\[\])|(\[[1-9]+[0-9]*\]))*)?$"
r"^([a-zA-Z0-9]*)(((\[])|(\[[1-9]+[0-9]*]))*)?$"
)
match = base_field_type_regex.match(trimmed_value)
if not match:
Expand Down

0 comments on commit f72aa8f

Please sign in to comment.