Skip to content

Commit ff4779c

Browse files
chore: generate
1 parent 146ff8a commit ff4779c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

packages/opencode/src/cli/effect-cmd.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ export const effectCmd = <Args, A>(opts: {
4545
// yargs typing wraps Args in ArgumentsCamelCase<WithDoubleDash<...>>; cast at the boundary.
4646
const args = rawArgs as unknown as Args
4747
const directory = opts.directory?.(args) ?? process.cwd()
48-
await AppRuntime.runPromise(
49-
InstanceStore.Service.use((s) => s.provide({ directory }, opts.handler(args))),
50-
)
48+
await AppRuntime.runPromise(InstanceStore.Service.use((s) => s.provide({ directory }, opts.handler(args))))
5149
},
5250
})

0 commit comments

Comments
 (0)