Sort namespaces

How did @eilon let this ship with the namespaces unsorted. He's growing soft in his old age. :trollface:
This commit is contained in:
Phil Haack 2014-05-18 14:42:31 -07:00 committed by Glenn Condron
parent 611469e3a9
commit 2dcbe545e3
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
using Microsoft.AspNet.Routing;
using Microsoft.AspNet.Builder;
using Microsoft.AspNet.Routing;
using Microsoft.Framework.DependencyInjection;
namespace KWebStartup
@ -20,4 +20,4 @@ namespace KWebStartup
app.UseWelcomePage();
}
}
}
}