diff --git a/src/PhoneNumbers/Formatters/InternationalPhoneNumberFormatter.cs b/src/PhoneNumbers/Formatters/InternationalPhoneNumberFormatter.cs index f718cdfc..3cffdc53 100644 --- a/src/PhoneNumbers/Formatters/InternationalPhoneNumberFormatter.cs +++ b/src/PhoneNumbers/Formatters/InternationalPhoneNumberFormatter.cs @@ -8,8 +8,8 @@ internal abstract class InternationalPhoneNumberFormatter : PhoneNumberFormatter protected string Format( PhoneNumber phoneNumber, string? outputPrefix = null, - Char charBetweenCallingCodeAndNsn = Chars.Null, - Char nonDigitSubstitute = Chars.Null) + char charBetweenCallingCodeAndNsn = Chars.Null, + char nonDigitSubstitute = Chars.Null) { var nsnMask = phoneNumber.Country.FormatProvider.GetFormat(phoneNumber, international: true);