sort usings

This commit is contained in:
Yishai Galatzer 2014-02-03 20:17:15 -08:00
parent 2a3f891878
commit 312b4c5fb5
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
using Microsoft.AspNet.Abstractions;
using System.Text;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.Mvc;
using System.Text;
namespace MvcSample
{