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