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