mirror of
https://github.com/zoriya/bubbles.git
synced 2026-08-05 12:46:14 +00:00
chore: format file imports with gofumpt
This commit is contained in:
@@ -8,12 +8,12 @@ import (
|
||||
"strings"
|
||||
"unicode"
|
||||
|
||||
"github.com/atotto/clipboard"
|
||||
"charm.land/bubbles/v2/cursor"
|
||||
"charm.land/bubbles/v2/internal/runeutil"
|
||||
"charm.land/bubbles/v2/key"
|
||||
tea "charm.land/bubbletea/v2"
|
||||
"charm.land/lipgloss/v2"
|
||||
"github.com/atotto/clipboard"
|
||||
rw "github.com/mattn/go-runewidth"
|
||||
"github.com/rivo/uniseg"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user