mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-04-21 12:16:54 +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()
|
workingTreeState := gui.Git.Status.WorkingTreeState()
|
||||||
return style.FgYellow.Sprintf(
|
return style.FgYellow.Sprintf(
|
||||||
"%s %s",
|
"%s %s",
|
||||||
workingTreeState,
|
formatWorkingTreeState(workingTreeState),
|
||||||
style.AttrUnderline.Sprint(gui.Tr.ResetInParentheses),
|
style.AttrUnderline.Sprint(gui.Tr.ResetInParentheses),
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user