Autofix Rubocop remaining Layout rules (#23679)
This commit is contained in:
@ -57,6 +57,7 @@ class Webfinger
|
||||
if res.code == 200
|
||||
body = res.body_with_limit
|
||||
raise Webfinger::Error, "Request for #{@uri} returned empty response" if body.empty?
|
||||
|
||||
body
|
||||
elsif res.code == 404 && use_fallback
|
||||
body_from_host_meta
|
||||
|
Reference in New Issue
Block a user