Commit 4f0f3ca
style(lib/dune): apply ocamlformat to silence persistent build red (#466)
## Summary
- `lib/dune`'s `affine_vscode_adapter_source.ml` rule (added in PR #380)
has been failing the CI `Check formatting` step on every run since it
landed — main has been red on this for days.
- Apply ocamlformat's preferred wrapping: blank line before `(rule`,
`deps` / `with-stdout-to` / `bash` split across lines. Diff verbatim
matches what the failing run printed.
- Pure formatting — `dune build` output for
`affine_vscode_adapter_source.ml` is byte-identical.
## Test plan
- [ ] CI `build` job passes (the `Check formatting` step is what was
red).
- [ ] No other regressions — only `lib/dune` touched.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent ae3fbae commit 4f0f3ca
1 file changed
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | | - | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | | - | |
12 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
13 | 17 | | |
14 | 18 | | |
15 | 19 | | |
| |||
0 commit comments