Fixing sample

This commit is contained in:
harshgMSFT 2014-08-17 01:34:13 -07:00
parent 5de2bc8243
commit 944fafb589
1 changed files with 0 additions and 1 deletions

View File

@ -45,7 +45,6 @@ namespace MvcSample.Web.RandomNameSpace
public ActionResult UserJson()
{
var jsonResult = new JsonResult(_user);
jsonResult.Indent = false;
return jsonResult;
}