diff --git a/packages/core/src/public/tool.ts b/packages/core/src/public/tool.ts index 3584393e7..427d18cb3 100644 --- a/packages/core/src/public/tool.ts +++ b/packages/core/src/public/tool.ts @@ -13,7 +13,5 @@ export interface Service { * Closing the Scope removes the tools immediately, so calls that have not * started settling may fail because the tool is no longer available. */ - readonly attach: ( - tools: Readonly>, - ) => Effect.Effect + readonly attach: (tools: Readonly>) => Effect.Effect }