Skip to content

Commit

Permalink
Character fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
soenneker committed Oct 13, 2024
1 parent a1396e0 commit d87787d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/CountryType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public sealed class CountryType : AbbreviatedDescriptiveSmartEnum<CountryType>
public static readonly CountryType CongoKinshasa = new(nameof(CongoKinshasa), 51, "CD", "Congo - Kinshasa");
public static readonly CountryType CookIslands = new(nameof(CookIslands), 52, "CK", "Cook Islands");
public static readonly CountryType CostaRica = new(nameof(CostaRica), 53, "CR");
public static readonly CountryType CoteDIvoire = new(nameof(CoteDIvoire), 54, "CI", "Côte d’Ivoire");
public static readonly CountryType CoteDIvoire = new(nameof(CoteDIvoire), 54, "CI", "Cote d'Ivoire");
public static readonly CountryType Croatia = new(nameof(Croatia), 55, "HR");
public static readonly CountryType Cuba = new(nameof(Cuba), 56, "CU");
public static readonly CountryType Curacao = new(nameof(Curacao), 57, "CW", "Curaçao");
Expand Down Expand Up @@ -190,8 +190,8 @@ public sealed class CountryType : AbbreviatedDescriptiveSmartEnum<CountryType>
public static readonly CountryType Romania = new(nameof(Romania), 181, "RO");
public static readonly CountryType Russia = new(nameof(Russia), 182, "RU");
public static readonly CountryType Rwanda = new(nameof(Rwanda), 183, "RW");
public static readonly CountryType Réunion = new(nameof(Réunion), 184, "RE");
public static readonly CountryType SaintBarthelemy = new(nameof(SaintBarthelemy), 185, "BL", "St. Barthélemy");
public static readonly CountryType Reunion = new(nameof(Reunion), 184, "RE");
public static readonly CountryType SaintBarthelemy = new(nameof(SaintBarthelemy), 185, "BL", "St. Barthelemy");
public static readonly CountryType SaintHelena = new(nameof(SaintHelena), 186, "SH", "St. Helena");
public static readonly CountryType SaintKittsAndNevis = new(nameof(SaintKittsAndNevis), 187, "KN", "St. Kitts & Nevis");
public static readonly CountryType SaintLucia = new(nameof(SaintLucia), 188, "LC", "St. Lucia");
Expand All @@ -200,7 +200,7 @@ public sealed class CountryType : AbbreviatedDescriptiveSmartEnum<CountryType>
public static readonly CountryType SaintVincentAndTheGrenadines = new(nameof(SaintVincentAndTheGrenadines), 191, "VC", "St. Vincent & Grenadines");
public static readonly CountryType Samoa = new(nameof(Samoa), 192, "WS");
public static readonly CountryType SanMarino = new(nameof(SanMarino), 193, "SM", "San Marino");
public static readonly CountryType SaoTomeAndPrincipe = new(nameof(SaoTomeAndPrincipe), 194, "ST", "São Tomé & Príncipe");
public static readonly CountryType SaoTomeAndPrincipe = new(nameof(SaoTomeAndPrincipe), 194, "ST", "Sao Tome & Principe");
public static readonly CountryType SaudiArabia = new(nameof(SaudiArabia), 195, "SA");
public static readonly CountryType Senegal = new(nameof(Senegal), 196, "SN");
public static readonly CountryType Serbia = new(nameof(Serbia), 197, "RS");
Expand Down

0 comments on commit d87787d

Please sign in to comment.