Remove superfluous 'end'

このコミットが含まれているのは:
DUOLabs333 2023-01-08 16:20:23 -05:00
コミット 4fc1b8ae86
1個のファイルの変更0行の追加1行の削除

ファイルの表示

@ -42,7 +42,6 @@ module Invidious::Videos
item.children.each do |cue|
if cue.name == "p" && !(cue.children.size == 1 && cue.children[0].content == "\n")
cues << cue
end
end
end
break