Commit 1ec76d4
committed
fix(mcp): avoid a comment-induced trailing-whitespace line in compiled format-table.js
tsc's printer left a trailing space at the end of renderRow's arrow-function
line when a comment sat between => and its expression body in the .ts
source -- caught by CI's git diff --check gate. Hoists the comment above
the declaration instead; no behavior change.1 parent c4ad9f0 commit 1ec76d4
2 files changed
Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
65 | 66 | | |
66 | | - | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
0 commit comments