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