Skip to content

Comments

fix(codestyle): Enforce no space before function parenthesis#901

Merged
skjnldsv merged 1 commit intomainfrom
fix/function-call
Feb 18, 2025
Merged

fix(codestyle): Enforce no space before function parenthesis#901
skjnldsv merged 1 commit intomainfrom
fix/function-call

Conversation

@susnux
Copy link
Contributor

@susnux susnux commented Feb 16, 2025

@susnux susnux added bug Something isn't working 3. to review labels Feb 16, 2025
Good:
- `function foo() {}`
- `function() {}`
- `foo()`
- `async () => {}`

Bad:
- `function foo () {}`
- `function () {}`
- `foo ()`
- `async() => {}`

Signed-off-by: Ferdinand Thiessen <[email protected]>
@skjnldsv skjnldsv merged commit 2ce1c37 into main Feb 18, 2025
10 checks passed
@skjnldsv skjnldsv deleted the fix/function-call branch February 18, 2025 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants