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

Commit a9d4fb46 authored by Neil Fuller's avatar Neil Fuller Committed by android-build-merger
Browse files

Merge "Fix whitespace in MccTable" am: 94f94250 am: 4d8a955b am: ce2cea48

am: de94f8a8

Change-Id: I6cde98206b7a0e042a0049e873910c607a2039ad
parents f4c3e536 de94f8a8
Loading
Loading
Loading
Loading
+239 −240
Original line number Diff line number Diff line
@@ -652,7 +652,6 @@ public final class MccTable {
        sTable.add(new MccEntry(746, "sr", 2)); // Suriname (Republic of)
        sTable.add(new MccEntry(748, "uy", 2)); // Uruguay (Eastern Republic of)
        sTable.add(new MccEntry(750, "fk", 2)); // Falkland Islands (Malvinas)
        //table.add(new MccEntry(901,"",2));	//"International Mobile, shared code"

        Collections.sort(sTable);
    }