Clean out unused imports
This commit is contained in:
3
main.go
3
main.go
@ -13,7 +13,6 @@ import (
|
|||||||
tea "github.com/charmbracelet/bubbletea"
|
tea "github.com/charmbracelet/bubbletea"
|
||||||
"github.com/charmbracelet/lipgloss"
|
"github.com/charmbracelet/lipgloss"
|
||||||
"github.com/mattn/go-isatty"
|
"github.com/mattn/go-isatty"
|
||||||
"github.com/muesli/reflow/indent"
|
|
||||||
|
|
||||||
"samhofi.us/x/keybase/v2"
|
"samhofi.us/x/keybase/v2"
|
||||||
"samhofi.us/x/keybase/v2/types/chat1"
|
"samhofi.us/x/keybase/v2/types/chat1"
|
||||||
@ -193,5 +192,5 @@ func (m model) View() string {
|
|||||||
s += "\n"
|
s += "\n"
|
||||||
}
|
}
|
||||||
|
|
||||||
return indent.String(s, 1)
|
return s
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user