-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
format
changes empty NamedTuple to empty Tuple
#343
Labels
bug
Something isn't working
Comments
have to double check if CSTParser supports this atm |
CSTParser doesn't parse the semicolon so I'll have to look for that similar to the way it's done for parameters or matrices until it's changed |
Oops, missed that one— closing as duplicate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
with JuliaFormatter v0.11,
As of JuliaLang/julia#30115 (i.e. Julia 1.5) this is valid syntax for a NamedTuple.
The text was updated successfully, but these errors were encountered: