From 83cbc855f59853ba2dcca2844105ef2cb8ee9847 Mon Sep 17 00:00:00 2001 From: Simon Klee Date: Wed, 6 May 2026 11:42:54 +0200 Subject: [PATCH] fix whitespace --- packages/opencode/src/cli/cmd/run/splash.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/opencode/src/cli/cmd/run/splash.ts b/packages/opencode/src/cli/cmd/run/splash.ts index 5a0c7acbe4..37559e00c2 100644 --- a/packages/opencode/src/cli/cmd/run/splash.ts +++ b/packages/opencode/src/cli/cmd/run/splash.ts @@ -226,7 +226,7 @@ function build(input: SplashWriterInput, kind: "entry" | "exit", ctx: Scrollback }) } - height = logo.left.length + 1 + height = logo.left.length if (input.showSession !== false) { const top = logo.left.length + 1