Skip to content

Commit 3078cbf

Browse files
committed
Make the linter happy
1 parent d271668 commit 3078cbf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/Zip/URL+nativePath.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ extension URL {
88
var nativePath: String {
99
return withUnsafeFileSystemRepresentation { String(cString: $0!) }
1010
}
11-
}
11+
}

Sources/Zip/Zip.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ public class Zip {
161161
withIntermediateDirectories: true,
162162
attributes: directoryAttributes
163163
)
164-
164+
165165
if isDirectory {
166166
try FileManager.default.createDirectory(
167167
atPath: fullPath,

0 commit comments

Comments
 (0)