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.