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

Commit 21475c6a authored by Robert Greenwalt's avatar Robert Greenwalt Committed by Android Git Automerger
Browse files

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

* commit '0cdd4560':
parents 736cb492 0cdd4560
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2360,9 +2360,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);
        }