mirror of
https://github.com/iv-org/invidious.git
synced 2025-04-22 00:09:07 -04:00
Fix lint
This commit is contained in:
parent
87c3c52c40
commit
045fdc7127
@ -19,7 +19,7 @@ module YouTubeStructs
|
||||
property badges : Array(Tuple(String, String))?
|
||||
|
||||
# Extracts all renderers out of the category's contents.
|
||||
def extract_renderers()
|
||||
def extract_renderers
|
||||
target = [] of Renderer
|
||||
|
||||
@contents.each { |cate_i| target << cate_i if !cate_i.is_a? Video }
|
||||
|
Loading…
x
Reference in New Issue
Block a user