Skip to content

Commit

Permalink
Update CountryInfo_Europe.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevorPilley authored Apr 14, 2024
1 parent d1be050 commit 1c9882c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PhoneNumbers/CountryInfo_Europe.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ public partial class CountryInfo
{
CallingCode = "375",
Continent = Europe,
Iso3166Code = "BY",
FormatProvider = SimplePhoneNumberFormatProvider.Default,
Iso3166Code = "BY",
Name = "Belarus",
NdcLengths = new ReadOnlyCollection<int>([4, 3, 2]),
NsnLengths = new ReadOnlyCollection<int>([6, 9, 10, 11]),
Expand Down

0 comments on commit 1c9882c

Please sign in to comment.