Skip to content

Commit

Permalink
Tidy solution
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Jan 27, 2022
1 parent 0d54dca commit 846d1b4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions MaxMind.MinFraud/Request/CreditCard.cs
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,7 @@ public string? IssuerIdNumber
public string? Last4Digits
{
get => LastDigits;
init
{
LastDigits = value;
}
init => LastDigits = value;
}

/// <summary>
Expand Down

0 comments on commit 846d1b4

Please sign in to comment.