style: fix formatting from rebase

This commit is contained in:
Spencer
2026-03-09 22:01:31 +00:00
parent f662f09952
commit 45d9c5c1fc
2 changed files with 3 additions and 10 deletions
+2 -6
View File
@@ -2891,14 +2891,10 @@ export class Config implements McpContext, AgentLoopContext {
if (this.isTrackerEnabled()) {
maybeRegister(TrackerCreateTaskTool, () =>
registry.registerTool(
new TrackerCreateTaskTool(this, this.messageBus),
),
registry.registerTool(new TrackerCreateTaskTool(this, this.messageBus)),
);
maybeRegister(TrackerUpdateTaskTool, () =>
registry.registerTool(
new TrackerUpdateTaskTool(this, this.messageBus),
),
registry.registerTool(new TrackerUpdateTaskTool(this, this.messageBus)),
);
maybeRegister(TrackerGetTaskTool, () =>
registry.registerTool(new TrackerGetTaskTool(this, this.messageBus)),