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

Commit a4176f9a authored by Jorge Gil's avatar Jorge Gil Committed by Android (Google) Code Review
Browse files

Merge "Add missing new line in desktop dump" into main

parents bdef4699 91af42dd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -451,6 +451,6 @@ public class DesktopModeStatus {
        pw.println(maxTaskLimitHandle == null ? "null" : maxTaskLimitHandle.getInt(/* def= */ -1));

        pw.print(innerPrefix); pw.print("showAppHandle config override=");
        pw.print(overridesShowAppHandle(context));
        pw.println(overridesShowAppHandle(context));
    }
}