Addressed review comments
This commit is contained in:
parent
7a13eb8b21
commit
8b0c6a825f
|
|
@ -173,7 +173,7 @@ namespace Microsoft.AspNetCore.Mvc.Formatters
|
|||
return result;
|
||||
}
|
||||
|
||||
return null;
|
||||
return Array.Empty<StringWithQualityHeaderValue>();
|
||||
}
|
||||
|
||||
private string GetMediaTypeWithCharset(string mediaType, Encoding encoding)
|
||||
|
|
|
|||
Loading…
Reference in New Issue