Minor Rubocop Fixup

Christopher Vollick created

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)

Change summary

lib/pending_transaction_repo.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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