Skip to content

Commit

Permalink
cleanup summary
Browse files Browse the repository at this point in the history
  • Loading branch information
tinohager committed Mar 24, 2024
1 parent 0200380 commit 75eba15
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Nager.PublicSuffix/Models/TldRule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,7 @@ public TldRule(string ruleData, TldRuleDivision division = TldRuleDivision.Unkno
}
}

/// <summary>
/// ToString
/// </summary>
/// <returns></returns>
/// <inheritdoc />
public override string ToString()
{
return this.Name;
Expand Down

0 comments on commit 75eba15

Please sign in to comment.