From a17ff1648bf577e47ace4317d57a59406aadb50e Mon Sep 17 00:00:00 2001 From: Christopher Vollick <0@psycoti.ca> Date: Wed, 11 Jun 2025 10:12:16 -0400 Subject: [PATCH] Minor Rubocop Fixup A previous PR had a comment addressed, but I forgot to run rubocop until after it had already merged. Oops. Anyway, minor change to make rubocop happy again (but still ignoring config.ru because it's a nightmare in there) --- lib/pending_transaction_repo.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pending_transaction_repo.rb b/lib/pending_transaction_repo.rb index 71e8fdc28d8fd2dc7f66c7579a4d739e8cb117bf..24a7ffbe732e8231d7219a042848a9e50876c621 100644 --- a/lib/pending_transaction_repo.rb +++ b/lib/pending_transaction_repo.rb @@ -32,7 +32,7 @@ class PendingTransactionRepo @ignored_key = ignored_key # Default handler allows all exceptions to be rethrown - @error_handler = ->(*){} + @error_handler = ->(*) {} end def database