mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-30 03:23:08 +03:00
Make RenderDisplayStrings return the column positions
Not used by anything yet, but we'll need it later in this branch.
This commit is contained in:
@ -422,7 +422,7 @@ func TestGetCommitListDisplayStrings(t *testing.T) {
|
||||
s.showYouAreHereLabel,
|
||||
)
|
||||
|
||||
renderedLines := utils.RenderDisplayStrings(result, nil)
|
||||
renderedLines, _ := utils.RenderDisplayStrings(result, nil)
|
||||
renderedResult := strings.Join(renderedLines, "\n")
|
||||
t.Logf("\n%s", renderedResult)
|
||||
|
||||
|
Reference in New Issue
Block a user