From 32b48c7e5c558d7f1d6d9075cf49c7ec14f459e4 Mon Sep 17 00:00:00 2001 From: Kaj Kowalski Date: Mon, 9 Feb 2026 16:46:47 +0100 Subject: [PATCH] Add extra spacing between git info and token usage --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 57f5e8d..3f09385 100644 --- a/main.go +++ b/main.go @@ -84,7 +84,7 @@ func buildStatusLine(data *StatusInput) string { right := fmt.Sprintf("%s%s%s", yellow, contextInfo, reset) - return left + " " + right + return left + " " + right } // run reads JSON from r, builds the statusline, and writes it to w.