chore: format file imports with gofumpt

This commit is contained in:
Ayman Bagabas
2025-11-10 15:49:13 -05:00
parent c2b822795a
commit 5fdd73f350
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -18,8 +18,8 @@ import (
"charm.land/bubbles/v2/key"
"charm.land/bubbles/v2/viewport"
tea "charm.land/bubbletea/v2"
"github.com/atotto/clipboard"
"charm.land/lipgloss/v2"
"github.com/atotto/clipboard"
"github.com/charmbracelet/x/ansi"
rw "github.com/mattn/go-runewidth"
"github.com/rivo/uniseg"
+1 -1
View File
@@ -6,9 +6,9 @@ import (
"testing"
"unicode"
"github.com/MakeNowJust/heredoc"
tea "charm.land/bubbletea/v2"
"charm.land/lipgloss/v2"
"github.com/MakeNowJust/heredoc"
"github.com/charmbracelet/x/ansi"
)