mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-02 02:45:29 -04:00
Remove unnecessary sort
This commit is contained in:
parent
8c90b46114
commit
7734dae138
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user