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

Commit fabf0e0b authored by Robert Greenwalt's avatar Robert Greenwalt Committed by Gerrit Code Review
Browse files

Merge "Fixing up the formatting code which is already merged"

parents c565a567 3c6e38d3
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);
        }