Skip to content

Commit aee29dc

Browse files
committed
Update URLImage.swift
1 parent b9ba532 commit aee29dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/RadiantKit/URLImage.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
public init(contentsOf url: URL) {
5151
assert(url.isFileURL)
52-
self.init(contentsOfFile: url.path())
52+
self.init(contentsOfFile: url.path)
5353
}
5454
public init(contentsOfFile path: String) { self.path = path }
5555
}

0 commit comments

Comments
 (0)