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