Skip to content

Commit

Permalink
892956: Resolved the feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sri-hari-haran-g committed Jun 21, 2024
1 parent 6b63736 commit 4efb088
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class ImageProcessor : IImageProcessor
public Stream ProcessImage(Stream imageStream)
{
//Process the image from stream with any third party library and return the processed image.
Stream processedImageStream =ConvertToGrayscaleImage(imageStream);
Stream processedImageStream = ConvertToGrayscaleImage(imageStream);
return processedImageStream;
}

Expand Down

0 comments on commit 4efb088

Please sign in to comment.