style(feeds.cr): fix code formatting

pull/4674/head
Richard Lora 2024-05-03 14:00:28 -04:00
rodzic 3abf21625c
commit e0f20b0641
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -44,7 +44,7 @@ module Invidious::Routes::Feeds
def self.trending(env)
locale = env.get("preferences").as(Preferences).locale
if CONFIG.trending_enabled
trending_type = env.params.query["type"]?
trending_type ||= "Default"