Skip to content

Commit 044c160

Browse files
Format with prettier
1 parent 3061350 commit 044c160

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

packages/core/src/shared/taskManager.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -877,9 +877,7 @@ export class NullTaskManager extends TaskManager {
877877
sendRequest: ctx.sendRequest,
878878
routeResponse: async () => false,
879879
hasTaskCreationParams,
880-
validateInbound: hasTaskCreationParams
881-
? () => this._requireHost.assertTaskHandlerCapability(request.method)
882-
: undefined
880+
validateInbound: hasTaskCreationParams ? () => this._requireHost.assertTaskHandlerCapability(request.method) : undefined
883881
};
884882
}
885883

0 commit comments

Comments
 (0)