mirror of
https://github.com/iv-org/invidious.git
synced 2025-01-10 11:30:34 +05:30
style(feeds.cr): fix code formatting
This commit is contained in:
parent
3abf21625c
commit
e0f20b0641
@ -44,7 +44,7 @@ module Invidious::Routes::Feeds
|
|||||||
|
|
||||||
def self.trending(env)
|
def self.trending(env)
|
||||||
locale = env.get("preferences").as(Preferences).locale
|
locale = env.get("preferences").as(Preferences).locale
|
||||||
|
|
||||||
if CONFIG.trending_enabled
|
if CONFIG.trending_enabled
|
||||||
trending_type = env.params.query["type"]?
|
trending_type = env.params.query["type"]?
|
||||||
trending_type ||= "Default"
|
trending_type ||= "Default"
|
||||||
|
Loading…
Reference in New Issue
Block a user