Addressed review comments

This commit is contained in:
Artak Mkrtchyan 2018-02-01 16:15:46 -08:00
parent 7a13eb8b21
commit 8b0c6a825f
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ namespace Microsoft.AspNetCore.Mvc.Formatters
return result; return result;
} }
return null; return Array.Empty<StringWithQualityHeaderValue>();
} }
private string GetMediaTypeWithCharset(string mediaType, Encoding encoding) private string GetMediaTypeWithCharset(string mediaType, Encoding encoding)