mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-01-04 03:48:07 +02:00
fix formatting
This commit is contained in:
parent
0dfd02c42d
commit
ceb927fec0
@ -67,7 +67,7 @@ func (gui *Gui) modeStatuses() []modeStatus {
|
||||
workingTreeState := gui.Git.Status.WorkingTreeState()
|
||||
return style.FgYellow.Sprintf(
|
||||
"%s %s",
|
||||
workingTreeState,
|
||||
formatWorkingTreeState(workingTreeState),
|
||||
style.AttrUnderline.Sprint(gui.Tr.ResetInParentheses),
|
||||
)
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user