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

Commit 44a98b89 authored by Kevin Jeon's avatar Kevin Jeon Committed by Android (Google) Code Review
Browse files

Merge "Add missing newline to dumpsys tare"

parents 381b0f89 3fe95299
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1876,6 +1876,7 @@ public class InternalResourceService extends SystemService {
                pw.print(" None");
            }
            pw.decreaseIndent();
            pw.println();
        }
    }
}