Skip to content

Commit

Permalink
Add trailing space to default format
Browse files Browse the repository at this point in the history
  • Loading branch information
akupila committed May 13, 2018
1 parent cfc701f commit 9f531cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/gitprompt/gitprompt.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var (
goversion = "unknown"
)

const defaultFormat = "#B([@b#R%h][#y ›%s][#m ↓%b][#m ↑%a][#r x%c][#g +%m][#y %u]#B)"
const defaultFormat = "#B([@b#R%h][#y ›%s][#m ↓%b][#m ↑%a][#r x%c][#g +%m][#y %u]#B) "

type formatFlag struct {
set bool
Expand Down

0 comments on commit 9f531cf

Please sign in to comment.