2
0

Autofix Rubocop Style/RescueStandardError (#23745)

This commit is contained in:
Nick Schonning
2023-02-20 05:01:20 -05:00
committed by GitHub
parent 62c4aecf8f
commit 59c8d43d94
6 changed files with 9 additions and 24 deletions

View File

@@ -64,7 +64,7 @@ class RequestPool
retries += 1
retry
end
rescue StandardError
rescue
# If this connection raises errors of any kind, it's
# better if it gets reaped as soon as possible