Add extra spacing between git info and token usage
This commit is contained in:
2
main.go
2
main.go
@@ -84,7 +84,7 @@ func buildStatusLine(data *StatusInput) string {
|
|||||||
|
|
||||||
right := fmt.Sprintf("%s%s%s", yellow, contextInfo, reset)
|
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.
|
// run reads JSON from r, builds the statusline, and writes it to w.
|
||||||
|
|||||||
Reference in New Issue
Block a user