From 705b0ceae3298f37f9373b5701d272f03c19c71c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A9=20Dupuis?= Date: Mon, 9 Sep 2024 17:07:05 -0700 Subject: [PATCH] Spacing --- lib/azure_blob/identity_token.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/azure_blob/identity_token.rb b/lib/azure_blob/identity_token.rb index 44d2523..0c00dae 100644 --- a/lib/azure_blob/identity_token.rb +++ b/lib/azure_blob/identity_token.rb @@ -50,7 +50,6 @@ def refresh @expiration = Time.at(response["expires_on"].to_i) end - def should_retry?(error, attempt) is_500 = error.status/500 == 1 (is_500 || [ 404, 408, 410, 429 ].include?(error.status)) && attempt < 5