Skip to content

Commit

Permalink
feat: Add refactor commit to blame-ingore-revs
Browse files Browse the repository at this point in the history
  • Loading branch information
TilakMaddy committed Oct 5, 2024
1 parent 748ae7f commit 1dc204b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .git-blame-ignore-revs
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
# $ git config blame.ignoreRevsFile .git-blame-ignore-revs

# fmt: all (#3398)
9bfd0468af34a0a1d9751b1451a85a510e0cb72f
748ae7fc6da5bd63f1955cb1a7b5eb6b36e0ad61
2 changes: 1 addition & 1 deletion aderyn/src/panic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ fn print_compiler_bug_message(info: &PanicInfo<'_>) {
buffer.set_color(&ColorSpec::new()).unwrap();
writeln!(
buffer,
"This is a fatal bug in the Aderyn, sorry!
"This is a fatal bug in Aderyn, sorry!
Please report this crash to https://github.com/cyfrin/aderyn/issues/new and include this error message with your report.
Expand Down

0 comments on commit 1dc204b

Please sign in to comment.