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

Commit c372a7b3 authored by Shuo Qian's avatar Shuo Qian
Browse files

Remove the last return in the MccTable.updateMccMnConfiguration

Test: Treehugger; no function change
Bug: 151277399
Change-Id: Ie59e54a476721bfe60400035b1e9dceeed0c4a4b
parent 49bab605
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -297,7 +297,6 @@ public final class MccTable {
                        mccmnc.substring(0, 3), mccmnc.substring(3))) {
                    Rlog.d(LOG_TAG, "updateMccMncConfiguration: update mccmnc="
                            + mccmnc + " failure");
                    return;
                } else {
                    Rlog.d(LOG_TAG, "updateMccMncConfiguration: update mccmnc="
                            + mccmnc + " success");