Skip to content

Commit dc38f22

Browse files
chore: generate
1 parent 220e3e9 commit dc38f22

2 files changed

Lines changed: 6 additions & 11 deletions

File tree

packages/opencode/test/format/format.test.ts

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -131,14 +131,11 @@ describe("Format", () => {
131131
const a = yield* provideTmpdirInstance(() => Format.Service.use((fmt) => fmt.status()), {
132132
config: { formatter: false },
133133
})
134-
const b = yield* provideTmpdirInstance(
135-
() => Format.Service.use((fmt) => fmt.status()),
136-
{
137-
config: {
138-
formatter: true,
139-
},
134+
const b = yield* provideTmpdirInstance(() => Format.Service.use((fmt) => fmt.status()), {
135+
config: {
136+
formatter: true,
140137
},
141-
)
138+
})
142139

143140
expect(a).toEqual([])
144141
expect(b.find((item) => item.name === "gofmt")).toBeDefined()

packages/sdk/openapi.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11717,8 +11717,7 @@
1171711717
"formatter": {
1171811718
"anyOf": [
1171911719
{
11720-
"type": "boolean",
11721-
"const": false
11720+
"type": "boolean"
1172211721
},
1172311722
{
1172411723
"type": "object",
@@ -11760,8 +11759,7 @@
1176011759
"lsp": {
1176111760
"anyOf": [
1176211761
{
11763-
"type": "boolean",
11764-
"const": false
11762+
"type": "boolean"
1176511763
},
1176611764
{
1176711765
"type": "object",

0 commit comments

Comments
 (0)