Skip to content

Commit

Permalink
Make the linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
fpseverino committed Nov 7, 2024
1 parent d271668 commit 3078cbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/Zip/URL+nativePath.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ extension URL {
var nativePath: String {
return withUnsafeFileSystemRepresentation { String(cString: $0!) }
}
}
}
2 changes: 1 addition & 1 deletion Sources/Zip/Zip.swift
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ public class Zip {
withIntermediateDirectories: true,
attributes: directoryAttributes
)

if isDirectory {
try FileManager.default.createDirectory(
atPath: fullPath,
Expand Down

0 comments on commit 3078cbf

Please sign in to comment.