Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
Signed-off-by: everettraven <everettraven@gmail.com>
  • Loading branch information
everettraven committed Jun 6, 2024
1 parent cebc11b commit d46d30f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/charm/styles/styles.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ func (t *Theme) LogSearchModeStyle() lipgloss.Style {
}

func (t *Theme) TabArrowRight() string {
return t.TabArrowRight()
return t.TabRightArrow
}

func (t *Theme) TabArrowLeft() string {
return t.TabArrowLeft()
return t.TabLeftArrow
}

0 comments on commit d46d30f

Please sign in to comment.