Fix superfluous newline in update notification

This commit is contained in:
Mario Zechner 2025-11-20 12:28:18 +01:00
parent e3c4dd22ae
commit d771475f98
2 changed files with 1 additions and 2 deletions

View file

@ -197,7 +197,6 @@ export class TuiRenderer {
0,
),
);
this.ui.addChild(new Spacer(1));
this.ui.addChild(new DynamicBorder(chalk.yellow));
}