diff options
| author | bh <qn+git@epicurus.dev> | 2026-03-24 12:57:53 +0800 |
|---|---|---|
| committer | bh <qn+git@epicurus.dev> | 2026-03-24 12:57:53 +0800 |
| commit | 16854e1471c98b552d73e85465840846a85c1fca (patch) | |
| tree | c115984261f293c468f46641f8f02d365778cdb3 /opencode/.config | |
| parent | ab3024d33837e1f1e7741f64e1f60abff5a27cb3 (diff) | |
opencode: remove trailing commas
Diffstat (limited to 'opencode/.config')
| -rw-r--r-- | opencode/.config/opencode/opencode.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opencode/.config/opencode/opencode.json b/opencode/.config/opencode/opencode.json index 60f1379..189e020 100644 --- a/opencode/.config/opencode/opencode.json +++ b/opencode/.config/opencode/opencode.json @@ -143,9 +143,9 @@ "high": { "reasoning": { "effort": "high" } }, "xhigh": { "reasoning": { "effort": "xhigh" } } } - }, + } } } - }, + } } |
