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

Commit 31068163 authored by Patrick Tjin's avatar Patrick Tjin
Browse files

Formatting fix

Remove whitespace from end of Sync Status table

Change-Id: I5b0bf3380e0c67c769ec9c334f1374713c94aa94
parent 87b9ef52
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3215,6 +3215,7 @@ public class SyncManager {
                totalLength += maxLength;
                formats[col] = String.format("%%-%ds", maxLength);
            }
            formats[mCols - 1] = "%s";
            printRow(out, formats, mTable.get(0));
            totalLength += (mCols - 1) * 2;
            for (int i = 0; i < totalLength; ++i) {