Different cosmetic fixes

This commit is contained in:
DUOLabs333
2023-01-08 16:18:35 -05:00
parent 76758baab8
commit 32471382c4
2 changed files with 26 additions and 14 deletions

View File

@@ -128,11 +128,11 @@ module Invidious::Routes::API::V1::Videos
end
str << <<-END_CUE
#{start_time} --> #{end_time}
#{text}
#{start_time} --> #{end_time}
#{text}
END_CUE
END_CUE
end
end
end