Fix rubocop error.

This commit is contained in:
Marin Jankovski 2015-02-12 13:21:47 -08:00
parent 1a89db5ffb
commit 8a37435738

View file

@ -73,7 +73,7 @@ class IssueTrackerService < Service
url = URI.parse(self.project_url)
if url.host && url.port
http = Net::HTTP.start(url.host, url.port, {open_timeout: 5, read_timeout: 5})
http = Net::HTTP.start(url.host, url.port, { open_timeout: 5, read_timeout: 5 })
response = http.head("/")
if response