Commit eba7905
fix: Reformat CrossProjectMacro for scalafmt 3.11.3 to unblock CI (#650)
## Why
The scalafmt 3.11.3 update (#646) changed how `newlines.source = fold`
formats `CrossProjectMacro.scala`, but the `sbt-uni-crossproject`
sub-build was not reformatted at that time. As a result,
`scalafmtCheckAll` in the **sbt-uni-crossproject scripted test** CI job
fails on every PR — first surfaced by #648.
## What
Ran `scalafmtAll` in the sub-build. Verified locally with the same
command CI runs: `scalafmtCheckAll; publishLocal; scripted` — all pass.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>1 parent 3df7e2f commit eba7905
1 file changed
Lines changed: 7 additions & 30 deletions
Lines changed: 7 additions & 30 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
| 23 | + | |
39 | 24 | | |
40 | 25 | | |
41 | 26 | | |
42 | 27 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
| 28 | + | |
47 | 29 | | |
48 | 30 | | |
49 | 31 | | |
50 | 32 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
61 | 38 | | |
62 | 39 | | |
63 | 40 | | |
0 commit comments