From bc80e0199c9acfe3e0954eaa46ef5dac8d1573ed Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Tue, 30 Jun 2026 20:19:48 -0700 Subject: [PATCH] cli: Tweak web banner spacing --- src/compose_farm/cli/web.py | 2 +- tests/test_cli_web.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/compose_farm/cli/web.py b/src/compose_farm/cli/web.py index 4b12d86..84a66cc 100644 --- a/src/compose_farm/cli/web.py +++ b/src/compose_farm/cli/web.py @@ -31,7 +31,7 @@ def _compose_farm_banner() -> Text: banner.append("[]", style=windows) banner.append(" ", style=structure) banner.append("[]", style=windows) - banner.append(" \\\n", style=structure) + banner.append(" \\\n", style=structure) banner.append(" /_________________\\\n", style=structure) banner.append(" | ", style=structure) banner.append("COMPOSE FARM", style="bold green") diff --git a/tests/test_cli_web.py b/tests/test_cli_web.py index dfef909..4153014 100644 --- a/tests/test_cli_web.py +++ b/tests/test_cli_web.py @@ -19,7 +19,7 @@ def test_compose_farm_banner_is_aligned() -> None: " .-' _ '-.\n" " / |_| \\\n" " /-------------\\\n" - " / [] [] [] \\\n" + " / [] [] [] \\\n" " /_________________\\\n" " | COMPOSE FARM |\n" " |_________________|"