Commit efbe72ce authored by jabez's avatar jabez

code style

parent 4a71be9c
......@@ -168,7 +168,7 @@ public class Zip {
#if swift(>=4.0)
let directoryAttributes = [FileAttributeKey.creationDate : creationDate,
FileAttributeKey.modificationDate : creationDate]
FileAttributeKey.modificationDate : creationDate]
#else
let directoryAttributes = [FileAttributeKey.creationDate.rawValue : creationDate,
FileAttributeKey.modificationDate.rawValue : creationDate]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment