Skip to content

Commit 1422277

Browse files
committed
Cleanup
1 parent 2d8debb commit 1422277

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Sources/DocUploadBundle/DocUploadBundle.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ public struct DocUploadBundle {
117117
case .zipTool(.none):
118118
// By default, run the zip tool in the working directory
119119
try Zipper.zip(paths: [metadataURL, URL(fileURLWithPath: sourcePath)], to: archiveURL, method: .zipTool(workingDirectory: workDir))
120-
121120
}
122121

123122
return archiveURL.path

Sources/DocUploadBundle/Zipper.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ public enum Zipper {
3838
} catch {
3939
throw Error.generic(reason: "\(error)")
4040
}
41-
4241
}
4342
}
4443

0 commit comments

Comments
 (0)