Skip to content

Commit 89009c5

Browse files
fix code factor issues 🎨
1 parent 1cc1e89 commit 89009c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/aspnet-core-app/Startup.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ public Startup(IConfiguration configuration)
2727
// This method gets called by the runtime. Use this method to add services to the container.
2828
public void ConfigureServices(IServiceCollection services)
2929
{
30-
3130
services.AddControllers();
3231
services.AddSwaggerGen(c =>
3332
{

0 commit comments

Comments
 (0)