Skip to content

Commit b4fa911

Browse files
committed
style: fix gofmt import formatting
1 parent 1a0f36d commit b4fa911

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

internal/flashduty/context.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import (
88

99
"github.com/bluele/gcache"
1010

11-
sdk "github.com/flashcatcloud/flashduty-sdk"
1211
"github.com/flashcatcloud/flashduty-mcp-server/pkg/trace"
12+
sdk "github.com/flashcatcloud/flashduty-sdk"
1313
)
1414

1515
type contextKey string

pkg/flashduty/statuspage.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import (
77
"github.com/mark3labs/mcp-go/mcp"
88
"github.com/mark3labs/mcp-go/server"
99

10-
sdk "github.com/flashcatcloud/flashduty-sdk"
1110
"github.com/flashcatcloud/flashduty-mcp-server/pkg/translations"
11+
sdk "github.com/flashcatcloud/flashduty-sdk"
1212
)
1313

1414
const queryStatusPagesDescription = `Query status pages with components. Lists all pages or filter by IDs.`

0 commit comments

Comments
 (0)