Skip to content

Commit

Permalink
Format Startup.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferenc Hammerl committed Oct 20, 2020
1 parent 5e45509 commit 8c455f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ExpenseTracker.Api/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ public Startup(IConfiguration configuration, IWebHostEnvironment env)
// This method gets called by the runtime. Use this method to add services to the container.
public void ConfigureServices(IServiceCollection services)
{

services.AddControllers();
if (env.IsDevelopment())
{
Expand Down

0 comments on commit 8c455f2

Please sign in to comment.