mirror of
https://github.com/hkalexling/Mango.git
synced 2026-05-01 00:00:55 -04:00
Remove unnecessary sort
This commit is contained in:
@@ -70,7 +70,7 @@ class Dir
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
hash = Digest::SHA1.hexdigest(signatures.sort.join)
|
hash = Digest::SHA1.hexdigest(signatures.join)
|
||||||
cache[dirname] = hash
|
cache[dirname] = hash
|
||||||
hash
|
hash
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user