Skip to content

Commit cbc2bf0

Browse files
committed
Fix space position
1 parent b964a0c commit cbc2bf0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/phonenumbers/phonenumberutil.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -946,7 +946,7 @@ def format_number_for_mobile_dialing(numobj, region_calling_from, with_formattin
946946
# phone for Movistar. Instead they must be dialled in national
947947
# format.
948948
formatted_number = format_number(numobj_no_ext, PhoneNumberFormat.NATIONAL)
949-
elif( region_code == "AE" and region_calling_from == "AE" and
949+
elif (region_code == "AE" and region_calling_from == "AE" and
950950
numobj_type == PhoneNumberType.UAN):
951951
# In the United Arab Emirates, numbers with the prefix 600 (UAN
952952
# numbers) cannot be dialled using E164 format. Instead they must be

0 commit comments

Comments
 (0)