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

Commit dd5ab0aa authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "[Fix_format] log:overlay paths indent error" into main am: 9bf81137

parents 9c0b6577 9bf81137
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5478,7 +5478,7 @@ public final class Settings implements Watchable, Snappable, ResilientAtomicFile
                    }
                    if (!paths.getOverlayPaths().isEmpty()) {
                        pw.print(prefix);
                        pw.println("    ");
                        pw.print("    ");
                        pw.print(libOverlayPaths.getKey());
                        pw.println(" overlay paths:");
                        for (String path : paths.getOverlayPaths()) {
@@ -5489,7 +5489,7 @@ public final class Settings implements Watchable, Snappable, ResilientAtomicFile
                    }
                    if (!paths.getResourceDirs().isEmpty()) {
                        pw.print(prefix);
                        pw.println("      ");
                        pw.print("    ");
                        pw.print(libOverlayPaths.getKey());
                        pw.println(" legacy overlay paths:");
                        for (String path : paths.getResourceDirs()) {