chore: use space instead of tab
This commit is contained in:
parent
f592fe4865
commit
92ba1a12ce
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ class APIEntreprise::API
|
|||
elsif response.code == 400
|
||||
raise Error::BadFormatRequest.new(response)
|
||||
elsif response.code == 502
|
||||
raise Error::BadGateway.new(response)
|
||||
raise Error::BadGateway.new(response)
|
||||
elsif response.code == 503
|
||||
raise Error::ServiceUnavailable.new(response)
|
||||
elsif response.timed_out?
|
||||
|
|
Loading…
Reference in a new issue