Stylecop fixes
This commit is contained in:
parent
19f3f78b3e
commit
11d6c507f9
|
|
@ -28,7 +28,7 @@ namespace Microsoft.AspNet.Mvc
|
|||
{
|
||||
// Ignore the passed in content type, if the object is string
|
||||
// always return it as a text/plain format.
|
||||
if(context.DeclaredType == typeof(string))
|
||||
if (context.DeclaredType == typeof(string))
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue