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

@@ -47,6 +47,7 @@ class Source::URL::Moebooru < Source::URL
@original_file_ext = file_ext_for(sample_type)
else
nil
end
end
@@ -75,6 +76,7 @@ class Source::URL::Moebooru < Source::URL
work_id
else
nil
end
end