stuff
This commit is contained in:
parent
db8e66666c
commit
074cb059eb
@ -2,6 +2,7 @@ package main
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|
||||||
tea "github.com/charmbracelet/bubbletea"
|
tea "github.com/charmbracelet/bubbletea"
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -84,7 +85,6 @@ func (m model) View() string {
|
|||||||
|
|
||||||
s += "\n\n"
|
s += "\n\n"
|
||||||
|
|
||||||
|
|
||||||
// Iterate over our choices
|
// Iterate over our choices
|
||||||
for i, choice := range currentList {
|
for i, choice := range currentList {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user