Skip to content

Commit d295af5

Browse files
committed
Fixed formatting issue
1 parent aa31c1b commit d295af5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/HelloMvc/Startup.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace HelloMvc
66
{
77
public class Startup
88
{
9-
public void ConfigureServices(IServiceCollection services)
9+
public void ConfigureServices(IServiceCollection services)
1010
{
1111
services.AddMvc();
1212
}
@@ -18,6 +18,6 @@ public void Configure(IApplicationBuilder app)
1818
app.UseMvc();
1919

2020
app.UseWelcomePage();
21-
}
21+
}
2222
}
2323
}

0 commit comments

Comments
 (0)