Sources: do not use an empty else in case blocks

This commit is contained in:
nonamethanks
2022-04-22 03:53:18 +02:00
parent c5e6044c23
commit e1b9166a56
27 changed files with 31 additions and 0 deletions

View File

@@ -85,6 +85,7 @@ class Source::URL::Twitter < Source::URL
# /ext_tw_video_thumb/1243725361986375680/pu/img/JDA7g7lcw7wK-PIv.jpg
@file_path = File.join(media_type, subdirs.join("/"), "#{@file}.#{@file_ext}")
else
nil
end
end