pass lint

This commit is contained in:
Leeingnyo 2022-06-18 18:51:33 +09:00
parent bbc0c2cbb7
commit 17a9c8ecd3

View File

@ -67,7 +67,9 @@ class Dir
else
# Only add its signature value to `signatures` when it is a
# supported file
signatures << fn if ArchiveEntry.is_valid?(fn) || is_supported_image_file(fn)
if ArchiveEntry.is_valid?(fn) || is_supported_image_file(fn)
signatures << fn
end
end
Fiber.yield
end