Skip to content

Commit

Permalink
Address lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
icy-arctic-fox committed Aug 8, 2024
1 parent 7d7bda6 commit 92f2b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spectator/core/example.cr
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module Spectator::Core
exception = ex
end
end
exception.try { |ex| raise ex }
exception.try { |error| raise error }
end
end

Expand Down

0 comments on commit 92f2b9c

Please sign in to comment.