Skip to content

Commit 12e33b5

Browse files
appleboyclaude
andcommitted
style(imports): fix gofmt import ordering
- Reorder import groups to satisfy gofmt alphabetical sorting Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 147db07 commit 12e33b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ import (
2323
"golang.org/x/oauth2"
2424

2525
tea "charm.land/bubbletea/v2"
26-
"github.com/go-authgate/sdk-go/tokenstore"
2726
"github.com/go-authgate/device-cli/tui"
27+
"github.com/go-authgate/sdk-go/tokenstore"
2828
)
2929

3030
var (

main_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ import (
1414
"time"
1515

1616
retry "github.com/appleboy/go-httpretry"
17-
"github.com/go-authgate/sdk-go/tokenstore"
1817
"github.com/go-authgate/device-cli/tui"
18+
"github.com/go-authgate/sdk-go/tokenstore"
1919
)
2020

2121
func init() {

0 commit comments

Comments
 (0)