mirror of
https://github.com/hkalexling/Mango.git
synced 2026-01-24 00:03:14 -05:00
pass lint
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user