diff --git a/Sources/Nuke/Processing/ImageProcessors+CoreImage.swift b/Sources/Nuke/Processing/ImageProcessors+CoreImage.swift index 109ffed02..089bfc266 100644 --- a/Sources/Nuke/Processing/ImageProcessors+CoreImage.swift +++ b/Sources/Nuke/Processing/ImageProcessors+CoreImage.swift @@ -49,7 +49,7 @@ extension ImageProcessors { } public func process(_ container: ImageContainer, context: ImageProcessingContext) throws -> ImageContainer { - try container.map(_process(_:)) + try container.map(_process) } private func _process(_ image: PlatformImage) throws -> PlatformImage {