Skip to content

Commit c3ddc85

Browse files
chore: generate
1 parent a800583 commit c3ddc85

3 files changed

Lines changed: 1 addition & 7 deletions

File tree

packages/opencode/src/auth/effect.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,4 @@ export namespace AuthEffect {
9191
return Service.of({ get, all, set, remove })
9292
}),
9393
)
94-
9594
}

packages/opencode/src/tool/truncate-effect.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,7 @@ export namespace TruncateEffect {
5858
}
5959
})
6060

61-
const output = Effect.fn("Truncate.output")(function* (
62-
text: string,
63-
options: Options = {},
64-
agent?: Agent.Info,
65-
) {
61+
const output = Effect.fn("Truncate.output")(function* (text: string, options: Options = {}, agent?: Agent.Info) {
6662
const maxLines = options.maxLines ?? MAX_LINES
6763
const maxBytes = options.maxBytes ?? MAX_BYTES
6864
const direction = options.direction ?? "head"

packages/opencode/test/server/project-init-git.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ describe("project.initGit endpoint", () => {
112112
vcs: "git",
113113
worktree: tmp.path,
114114
})
115-
116115
} finally {
117116
await Instance.disposeAll()
118117
reloadSpy.mockRestore()

0 commit comments

Comments
 (0)