Skip to content

Fix space between uppercase function name and parameter#3264

Merged
nojaf merged 2 commits into
fsprojects:mainfrom
nojaf:fix-uppercase-function-name-space
Mar 9, 2026
Merged

Fix space between uppercase function name and parameter#3264
nojaf merged 2 commits into
fsprojects:mainfrom
nojaf:fix-uppercase-function-name-space

Conversation

@nojaf

@nojaf nojaf commented Mar 9, 2026

Copy link
Copy Markdown
Contributor

When a function name started with an uppercase letter and had a single non-parenthesized parameter (e.g. let F P = 1), the formatter incorrectly omitted the space, producing let FP = 1.

nojaf added 2 commits March 9, 2026 17:22
When a function name started with an uppercase letter and had a single
non-parenthesized parameter (e.g. `let F P = 1`), the formatter
incorrectly omitted the space, producing `let FP = 1`.
@nojaf nojaf merged commit 7568e3b into fsprojects:main Mar 9, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant