Skip to content

Commit

Permalink
Cleanup CoreImageFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Mar 5, 2024
1 parent 52bb8f7 commit 033bc24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Nuke/Processing/ImageProcessors+CoreImage.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 033bc24

Please sign in to comment.