Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
gosuto-inzasheru committed Jul 24, 2024
1 parent a29fc12 commit ae088b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action-scripts/brownie/scripts/script_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ def format_into_report(
file["meta"]["createdFromSafeAddress"],
file["transactions"],
)
file_report += f"TENDERLY: `[{tenderly_success}]({tenderly_url})`\n"
file_report += f"TENDERLY: [`{tenderly_success}`]({tenderly_url})\n"
except Exception as e:
file_report += f"TENDERLY: `🟪 SKIPPED ({repr(e)})`\n"

Expand Down

0 comments on commit ae088b4

Please sign in to comment.