audit: fix brew style.

This commit is contained in:
Mike McQuaid 2017-02-20 22:48:03 +00:00 committed by GitHub
parent 55bc2a3019
commit 125a6eee21

View File

@ -1506,7 +1506,7 @@ class ResourceAuditor
end end
def check_http_mirror(url) def check_http_mirror(url)
details = get_content_details(url) details = get_content_details(url)
if details[:status].nil? if details[:status].nil?
problem "The URL #{url} is not reachable" problem "The URL #{url} is not reachable"