Fixed formatting issue

This commit is contained in:
Chris Klug 2015-03-20 16:28:18 +01:00
parent aa31c1bb91
commit d295af5d29
1 changed files with 2 additions and 2 deletions

View File

@ -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();
}
}
}
}