We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9ba532 commit aee29dcCopy full SHA for aee29dc
Sources/RadiantKit/URLImage.swift
@@ -49,7 +49,7 @@
49
50
public init(contentsOf url: URL) {
51
assert(url.isFileURL)
52
- self.init(contentsOfFile: url.path())
+ self.init(contentsOfFile: url.path)
53
}
54
public init(contentsOfFile path: String) { self.path = path }
55
0 commit comments