Skip to content

Commit

Permalink
🚨 Fix linter warning
Browse files Browse the repository at this point in the history
The default case is never used when setting terminal compatibility
environmental variable.
  • Loading branch information
mikelorant committed Feb 16, 2023
1 parent 046e590 commit 348b3e2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/ui/ui.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,6 @@ func (m *Model) Configure(state *commit.State) {
os.Setenv("LIPGLOSS_TERMINAL", "ttyd")
case config.CompatibilityKitty:
os.Setenv("LIPGLOSS_TERMINAL", "kitty")
default:

}
}

Expand Down

0 comments on commit 348b3e2

Please sign in to comment.