Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0cdd4560 authored by Robert Greenwalt's avatar Robert Greenwalt Committed by Android Git Automerger
Browse files

am fabf0e0b: Merge "Fixing up the formatting code which is already merged"

* commit 'fabf0e0b':
parents 5b392ee7 fabf0e0b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2286,9 +2286,9 @@ public class PhoneNumberUtils

    private static String getCurrentIdp(boolean useNanp) {
        String ps = null;
        if(useNanp)
        if (useNanp) {
            ps = NANP_IDP_STRING;
        else{
        } else {
            // in case, there is no IDD is found, we shouldn't convert it.
            ps = SystemProperties.get(PROPERTY_OPERATOR_IDP_STRING, PLUS_SIGN_STRING);
        }