Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
noahgorstein committed May 13, 2024
1 parent bab8d7a commit ea0a47f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tui/bubbles/jqplayground/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func (b *Bubble) resizeBubbles() {
b.output.SetSize(b.width/2, height)
}

//nolint:revive // don't see a more elegant way to handle this switch since types can't be keys in a map
//nolint:revive // don't see a more elegant way to reduce complexity here since types can't be keys in a map
func (b *Bubble) handleMessage(msg tea.Msg, cmds *[]tea.Cmd) {
switch msg := msg.(type) {
case tea.WindowSizeMsg:
Expand Down

0 comments on commit ea0a47f

Please sign in to comment.