Browse Source

Clean out unused imports

BubbleTea
Gregory Rudolph 2 years ago
parent
commit
661ae0f43d
Signed by: rudi
GPG Key ID: EF64F3CBD1A1EBDD
  1. 3
      main.go

3
main.go

@ -13,7 +13,6 @@ import ( @@ -13,7 +13,6 @@ import (
tea "github.com/charmbracelet/bubbletea"
"github.com/charmbracelet/lipgloss"
"github.com/mattn/go-isatty"
"github.com/muesli/reflow/indent"
"samhofi.us/x/keybase/v2"
"samhofi.us/x/keybase/v2/types/chat1"
@ -193,5 +192,5 @@ func (m model) View() string { @@ -193,5 +192,5 @@ func (m model) View() string {
s += "\n"
}
return indent.String(s, 1)
return s
}

Loading…
Cancel
Save