style(feeds.cr): fix code formatting

This commit is contained in:
Richard Lora 2024-05-03 14:00:28 -04:00
parent 3abf21625c
commit e0f20b0641
1 changed files with 1 additions and 1 deletions

View File

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