Skip to content

Commit

Permalink
remove extra ;
Browse files Browse the repository at this point in the history
  • Loading branch information
kspearrin committed Jan 29, 2017
1 parent 3e9046a commit b75144c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Api/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ public void ConfigureServices(IServiceCollection services)
{
jsonFormatter.SupportedMediaTypes.Add(textPlainMediaType);
}
}).AddJsonOptions(options => options.SerializerSettings.ContractResolver = new DefaultContractResolver()); ;
}).AddJsonOptions(options => options.SerializerSettings.ContractResolver = new DefaultContractResolver());
}

public void Configure(
Expand Down

0 comments on commit b75144c

Please sign in to comment.