Add new images and update README with network modifications; improve ConsoleTable formatting
This commit is contained in:
@@ -49,7 +49,7 @@ public class ConsoleTable {
|
||||
builder.append('║');
|
||||
builder.append(" ".repeat(first));
|
||||
builder.append(val);
|
||||
builder.append(" ".repeat(diff - first));
|
||||
builder.append(" ".repeat(Math.max(diff - first, 0)));
|
||||
}
|
||||
|
||||
builder.append("║\n");
|
||||
|
||||
Reference in New Issue
Block a user