Skip to content

Commit efbe72c

Browse files
author
jabez
committed
code style
1 parent 4a71be9 commit efbe72c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zip/Zip.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ public class Zip {
168168

169169
#if swift(>=4.0)
170170
let directoryAttributes = [FileAttributeKey.creationDate : creationDate,
171-
FileAttributeKey.modificationDate : creationDate]
171+
FileAttributeKey.modificationDate : creationDate]
172172
#else
173173
let directoryAttributes = [FileAttributeKey.creationDate.rawValue : creationDate,
174174
FileAttributeKey.modificationDate.rawValue : creationDate]

0 commit comments

Comments
 (0)