From d295af5d29ca9bc7d3a218f9dcf34cd95d57a738 Mon Sep 17 00:00:00 2001 From: Chris Klug Date: Fri, 20 Mar 2015 16:28:18 +0100 Subject: [PATCH] Fixed formatting issue --- samples/HelloMvc/Startup.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/HelloMvc/Startup.cs b/samples/HelloMvc/Startup.cs index 69f15ff27f..50e6a3a50d 100644 --- a/samples/HelloMvc/Startup.cs +++ b/samples/HelloMvc/Startup.cs @@ -6,7 +6,7 @@ namespace HelloMvc { public class Startup { - public void ConfigureServices(IServiceCollection services) + public void ConfigureServices(IServiceCollection services) { services.AddMvc(); } @@ -18,6 +18,6 @@ namespace HelloMvc app.UseMvc(); app.UseWelcomePage(); - } + } } } \ No newline at end of file