mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-12-21 10:28:50 +00:00
Apply upcoming formatting rules from Crystal 1.15
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user