style: format code
Some checks failed
Invidious CI / build (push) Has been cancelled

This commit is contained in:
Fijxu 2025-01-13 11:12:00 -03:00
parent b0141d87fa
commit a08fafd852
Signed by: Fijxu
GPG key ID: 32C1DDF333EDA6A4
2 changed files with 4 additions and 4 deletions

View file

@ -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