Skip to content

Commit b16b27e

Browse files
committed
Refactor: Re-add Denmark, Djibouti, Dominica entries
Re-added entries for Denmark, Djibouti, and Dominica in the CountryInitializer dictionary. These changes do not affect functionality and may have been made for formatting or organizational purposes.
1 parent c9a41c3 commit b16b27e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/World.Net/Helpers/CountryInitializer.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,16 @@ public static Dictionary<CountryIdentifier, ICountry> Initialize()
6464
{ CountryIdentifier.Curacao, new Curaçao() },
6565
{ CountryIdentifier.Cyprus, new Cyprus() },
6666
{ CountryIdentifier.CzechRepublic, new CzechRepublic() },
67+
{ CountryIdentifier.Denmark, new Denmark() },
68+
{ CountryIdentifier.Djibouti, new Djibouti() },
69+
{ CountryIdentifier.Dominica, new Dominica() },
6770
{ CountryIdentifier.DominicanRepublic, new DominicanRepublic() },
6871
{ CountryIdentifier.TimorLeste, new TimorLeste() },
6972
{ CountryIdentifier.Ecuador, new Ecuador() },
7073
{ CountryIdentifier.Egypt, new Egypt() },
7174
{ CountryIdentifier.FaroeIslands, new FaroeIslands() },
7275
{ CountryIdentifier.FijiIslands, new FijiIslands() },
7376
{ CountryIdentifier.Finland, new Finland() },
74-
{ CountryIdentifier.Denmark, new Denmark() },
75-
{ CountryIdentifier.Djibouti, new Djibouti() },
76-
{ CountryIdentifier.Dominica, new Dominica() },
7777
{ CountryIdentifier.France, new France() },
7878
{ CountryIdentifier.FrenchGuiana, new FrenchGuiana() },
7979
{ CountryIdentifier.FrenchPolynesia, new FrenchPolynesia() },

0 commit comments

Comments
 (0)