-
Notifications
You must be signed in to change notification settings - Fork 596
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
bug: destructuring formatting is off #5032
Labels
bug
Something isn't working
Comments
which version are you on? |
Here's a real world example on let AssetConfig{total_nominal_debt, scale, .. } = asset_config; Should be let AssetConfig { total_nominal_debt, scale, .. } = asset_config; |
orizi
added a commit
that referenced
this issue
Feb 13, 2024
orizi
added a commit
that referenced
this issue
Feb 14, 2024
orizi
added a commit
that referenced
this issue
Feb 14, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just checking if this is an easy fix or if it requires the advanced formatter?
The text was updated successfully, but these errors were encountered: