Skip to content

Commit bd92a9b

Browse files
fix: goimports alignment
1 parent 15062ad commit bd92a9b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

internal/api/client.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ func (c *Client) pollLoop(ctx context.Context, post func() (*JobResponse, error)
118118

119119
// PreviousDomain holds domain name + subdomain count for seeding the LLM prompt.
120120
type PreviousDomain struct {
121-
Name string `json:"name"`
122-
SubdomainCount int `json:"subdomainCount"`
121+
Name string `json:"name"`
122+
SubdomainCount int `json:"subdomainCount"`
123123
}
124124

125125
// AnalyzeShards uploads a repository ZIP and runs the full analysis pipeline,

0 commit comments

Comments
 (0)