diff --git a/samples/HelloMvc/Startup.cs b/samples/HelloMvc/Startup.cs index 48c8095a06..b631efce87 100644 --- a/samples/HelloMvc/Startup.cs +++ b/samples/HelloMvc/Startup.cs @@ -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(); } } -} \ No newline at end of file +}