Skip to content

Commit 89325fe

Browse files
committed
fmt
1 parent 05fe156 commit 89325fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

internal/cmd/root.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,9 @@ func executeCombineCommand(ctx context.Context, spinner *Spinner, repos []string
184184
if err != nil {
185185
return fmt.Errorf("failed to create REST client: %w", err)
186186
}
187-
188-
// Create GitHub GraphQL client
189-
graphQlClient, err := api.DefaultGraphQLClient()
187+
188+
// Create GitHub GraphQL client
189+
graphQlClient, err := api.DefaultGraphQLClient()
190190
if err != nil {
191191
return fmt.Errorf("failed to create GraphQLClient client: %w", err)
192192
}

0 commit comments

Comments
 (0)