mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-02 02:45:29 -04:00
pass lint
This commit is contained in:
parent
bbc0c2cbb7
commit
17a9c8ecd3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user