Apply upcoming formatting rules from Crystal 1.15

This commit is contained in:
syeopite
2024-10-18 11:36:20 -07:00
parent b13f77b5af
commit e1378702af
7 changed files with 13 additions and 13 deletions

View File

@@ -75,7 +75,7 @@ module Invidious::Search
@type : Type = Type::All,
@duration : Duration = Duration::None,
@features : Features = Features::None,
@sort : Sort = Sort::Relevance
@sort : Sort = Sort::Relevance,
)
end

View File

@@ -47,7 +47,7 @@ module Invidious::Search
def initialize(
params : HTTP::Params,
@type : Type = Type::Regular,
@region : String? = nil
@region : String? = nil,
)
# Get the raw search query string (common to all search types). In
# Regular search mode, also look for the `search_query` URL parameter