Skip to content

Commit

Permalink
remove redundant constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
ntruchsess committed Sep 16, 2024
1 parent ec00e7d commit c0b14c8
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ namespace Org.Eclipse.TractusX.Portal.Backend.Keycloak.Seeding.BusinessLogic;

public class SeedDataHandler : ISeedDataHandler
{
public SeedDataHandler()
{
}

private static readonly JsonSerializerOptions Options = new()
{
PropertyNamingPolicy = JsonNamingPolicy.CamelCase,
Expand Down

0 comments on commit c0b14c8

Please sign in to comment.