Skip to content

Commit dc3bf2c

Browse files
committed
Fixing Linux CI
1 parent 19a75ca commit dc3bf2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SwiftDraw/Image.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public extension Image {
7979
return nil
8080
}
8181

82-
static func pdfData(fileURL url: URL) throws -> Data {
82+
static func pdfData(fileURL url: URL, size: CGSize? = nil) throws -> Data {
8383
throw DOM.Error.missing("not implemented")
8484
}
8585
}

0 commit comments

Comments
 (0)