Skip to content

Commit

Permalink
fix: lint issues
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed May 24, 2024
1 parent ef1621d commit e390097
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wishlist.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,10 +205,10 @@ func (m *ListModel) View() string {
header := lipgloss.NewStyle().
Width(m.width).
Render("Something went wrong:")
errstr := m.styles.Err.Copy().
errstr := m.styles.Err.
Width(m.width).
Render(rootCause(m.err).Error())
footer := m.styles.Footer.Copy().
footer := m.styles.Footer.
Width(m.width).
Render("Press any key to go back to the list.")
return m.styles.Logo.String() + "\n\n" +
Expand Down

0 comments on commit e390097

Please sign in to comment.