Skip to content

Commit 010749e

Browse files
committed
use old syntax
1 parent a98fecb commit 010749e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/PhoneNumbers/PhoneNumberOfflineGeocoder.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public class PhoneNumberOfflineGeocoder
9696

9797
// A mapping from countryCallingCode_lang to the corresponding phone prefix map that has been
9898
// loaded.
99-
private readonly Dictionary<string, AreaCodeMap> availablePhonePrefixMaps = new();
99+
private readonly Dictionary<string, AreaCodeMap> availablePhonePrefixMaps = new Dictionary<string, AreaCodeMap>();
100100

101101
internal PhoneNumberOfflineGeocoder(string phonePrefixDataDirectory, Assembly asm = null)
102102
{

0 commit comments

Comments
 (0)