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

Commit b4a4f7e3 authored by Mathew Inwood's avatar Mathew Inwood Committed by android-build-merger
Browse files

Merge "Code reformatting for upcoming automated code changes."

am: fc387916

Change-Id: I3e77fc382a76eee6bf95e9cdd7f2f7da20fbdb5a
parents 1bb899b5 fc387916
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -58,7 +58,11 @@ public class SmsConstants {
     * See TS 23.038.
     */
    public enum MessageClass{
        UNKNOWN, CLASS_0, CLASS_1, CLASS_2, CLASS_3;
        UNKNOWN,
        CLASS_0,
        CLASS_1,
        CLASS_2,
        CLASS_3;
    }

    /**