fix merge conflicts

This commit is contained in:
Luke Pulverenti 2015-11-12 14:30:07 -05:00
parent e71d02e8b1
commit 0bdc25382a

View File

@ -84,7 +84,7 @@ namespace MediaBrowser.Controller.Drawing
/// </summary> /// </summary>
/// <param name="options">The options.</param> /// <param name="options">The options.</param>
/// <returns>Task.</returns> /// <returns>Task.</returns>
Task<Tuple<string,string>> ProcessImage(ImageProcessingOptions options); Task<Tuple<string, string>> ProcessImage(ImageProcessingOptions options);
/// <summary> /// <summary>
/// Gets the enhanced image. /// Gets the enhanced image.