Seems like can't format anonymous function call correctly? #871
-
Expect:
Actual
|
Beta Was this translation helpful? Give feedback.
Answered by
JohnnyMorganz
Jul 6, 2024
Replies: 1 comment 1 reply
-
This behaviour is somewhat expected, as you are using ambiguous syntax here. You should add a semicolon after the first function call to differentiate between the two statements. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
LintaoAmons
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This behaviour is somewhat expected, as you are using ambiguous syntax here. You should add a semicolon after the first function call to differentiate between the two statements.