Skip to content

Commit

Permalink
Reapply "Dummy commit"
Browse files Browse the repository at this point in the history
This reverts commit 33250db.
  • Loading branch information
weichsel committed Sep 2, 2024
1 parent 33250db commit f274152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ZIPFoundation/Archive.swift
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ public final class Archive: Sequence {
guard let locator: ZIP64EndOfCentralDirectoryLocator = Data.readStruct(from: file, at: locatorOffset),
let record: ZIP64EndOfCentralDirectoryRecord = Data.readStruct(from: file, at: recordOffset) else {
return nil
}
}

Check failure on line 309 in Sources/ZIPFoundation/Archive.swift

View workflow job for this annotation

GitHub Actions / SwiftLint

Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
return ZIP64EndOfCentralDirectory(record: record, locator: locator)
}
}
Expand Down

0 comments on commit f274152

Please sign in to comment.