Fix superfluous newline in update notification

This commit is contained in:
Mario Zechner
2025-11-20 12:28:18 +01:00
Unverified
parent d8fb065f1b
commit 2de9fb4ef5
2 changed files with 1 additions and 2 deletions
@@ -197,7 +197,6 @@ export class TuiRenderer {
0,
),
);
this.ui.addChild(new Spacer(1));
this.ui.addChild(new DynamicBorder(chalk.yellow));
}