Skip to content

Commit 669297b

Browse files
committed
fix linting issues
1 parent 21e7bb8 commit 669297b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DIDemo/Startup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
8181
{
8282
endpoints.MapControllerRoute("default", "{controller=Home}/{action=Index}/{id?}");
8383
endpoints.MapRazorPages();
84-
});
84+
});
8585
}
8686
}
8787
}

0 commit comments

Comments
 (0)