mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-06-28 09:58:25 +00:00
style: format code
This commit is contained in:
parent
b0141d87fa
commit
a08fafd852
@ -19,9 +19,9 @@ module Invidious::HttpServer
|
|||||||
LOGGER.debug("CheckExternalProxy: Proxy '#{proxy}' is not available")
|
LOGGER.debug("CheckExternalProxy: Proxy '#{proxy}' is not available")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
if @@proxy_alive.empty?
|
if @@proxy_alive.empty?
|
||||||
LOGGER.warn("CheckExternalProxy: No proxies alive! Using own server proxy")
|
LOGGER.warn("CheckExternalProxy: No proxies alive! Using own server proxy")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
def get_external_proxy
|
def get_external_proxy
|
||||||
|
Loading…
Reference in New Issue
Block a user