Commit 8ff10de
fix: mark unused variable with underscore
The `lastCharWasDigit` parameter in the fold lambda was not used in the
function body, only tracked in the result tuple. Mark it as unused with
an underscore prefix to satisfy the linter.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <[email protected]>1 parent dfa5306 commit 8ff10de
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1277 | 1277 | | |
1278 | 1278 | | |
1279 | 1279 | | |
1280 | | - | |
| 1280 | + | |
1281 | 1281 | | |
1282 | 1282 | | |
1283 | 1283 | | |
| |||
0 commit comments