Skip to content

Commit 6ed9029

Browse files
hallelx2claude
andcommitted
ci: goimports blank-line before local-prefix group across remaining files
Run goimports across the tree so every file has the expected blank line between third-party and the vectorless-engine local group. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 4428215 commit 6ed9029

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

cmd/engine/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ import (
2121
"github.com/hallelx2/llmgate/provider/anthropic"
2222
"github.com/hallelx2/llmgate/provider/gemini"
2323
"github.com/hallelx2/llmgate/provider/openai"
24+
2425
"github.com/hallelx2/vectorless-engine/internal/api"
2526
"github.com/hallelx2/vectorless-engine/pkg/config"
2627
"github.com/hallelx2/vectorless-engine/pkg/db"

pkg/retrieval/retrieval_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import (
99
"testing"
1010

1111
"github.com/hallelx2/llmgate"
12+
1213
"github.com/hallelx2/vectorless-engine/pkg/retrieval"
1314
"github.com/hallelx2/vectorless-engine/pkg/tree"
1415
)

pkg/retrieval/single_pass.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import (
77
"strings"
88

99
"github.com/hallelx2/llmgate"
10+
1011
"github.com/hallelx2/vectorless-engine/pkg/tree"
1112
)
1213

pkg/retrieval/splitter.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import (
66
"strings"
77

88
"github.com/hallelx2/llmgate"
9+
910
"github.com/hallelx2/vectorless-engine/pkg/tree"
1011
)
1112

0 commit comments

Comments
 (0)