Add extra spacing between git info and token usage

This commit is contained in:
2026-02-09 16:46:47 +01:00
parent bca7b59248
commit 32b48c7e5c

View File

@@ -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.