From 312b4c5fb510913d9f0efa3586865b3c50a20b48 Mon Sep 17 00:00:00 2001 From: Yishai Galatzer Date: Mon, 3 Feb 2014 20:17:15 -0800 Subject: [PATCH] sort usings --- samples/MvcSample/Home2Controller.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/MvcSample/Home2Controller.cs b/samples/MvcSample/Home2Controller.cs index a5b9703d33..489f4a5aaf 100644 --- a/samples/MvcSample/Home2Controller.cs +++ b/samples/MvcSample/Home2Controller.cs @@ -1,6 +1,6 @@ -using Microsoft.AspNet.Abstractions; +using System.Text; +using Microsoft.AspNet.Abstractions; using Microsoft.AspNet.Mvc; -using System.Text; namespace MvcSample {