Skip to content

Commit 1c9a310

Browse files
committed
style: Apply SwiftFormat before push
1 parent 5a78cca commit 1c9a310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Objects2XLSX/Utils/SimpleZip.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ public struct SimpleZip: Sendable {
294294
private static func collectEntries(from directoryURL: URL) throws -> [Entry] {
295295
let fileManager = FileManager.default
296296
var entries: [Entry] = []
297-
297+
298298
print("🔧 ZIP collectEntries started from: \(directoryURL.path)")
299299

300300
let enumerator = fileManager.enumerator(

0 commit comments

Comments
 (0)