Skip to content

Commit a00aa4d

Browse files
committed
fixing tabs
1 parent 7b69e9e commit a00aa4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkg/github/tools.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ func DefaultToolsetGroup(readOnly bool, getClient GetClientFn, getGQLClient GetG
6666
toolsets.NewServerTool(RemoveSubIssue(getClient, t)),
6767
toolsets.NewServerTool(ReprioritizeSubIssue(getClient, t)),
6868
).AddPrompts(
69-
toolsets.NewServerPrompt(AssignCodingAgentPrompt(t)),
70-
toolsets.NewServerPrompt(IssueInvestigationWorkflowPrompt(t)),
71-
)
69+
toolsets.NewServerPrompt(AssignCodingAgentPrompt(t)),
70+
toolsets.NewServerPrompt(IssueInvestigationWorkflowPrompt(t)),
71+
)
7272
users := toolsets.NewToolset("users", "GitHub User related tools").
7373
AddReadTools(
7474
toolsets.NewServerTool(SearchUsers(getClient, t)),

0 commit comments

Comments
 (0)