Skip to content

Commit ce1b0c5

Browse files
committed
fix: barry quick fix, 2025-04-28 21:46:36
1 parent 499e6c3 commit ce1b0c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmds/fastcommit/cmd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ package fastcommit
33
import (
44
"context"
55
"fmt"
6-
"github.com/briandowns/spinner"
76
"log/slog"
87
"os"
98
"sort"
109
"strings"
1110
"time"
1211

12+
"github.com/briandowns/spinner"
1313
tea "github.com/charmbracelet/bubbletea"
1414
"github.com/charmbracelet/x/term"
1515
"github.com/pubgo/dix"

0 commit comments

Comments
 (0)