Skip to content
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

Wrong nested struct formatting #828

Open
JonasWanke opened this issue Dec 6, 2023 · 0 comments · May be fixed by #996
Open

Wrong nested struct formatting #828

JonasWanke opened this issue Dec 6, 2023 · 0 comments · May be fixed by #996
Assignees
Labels
P: Compiler: Frontend Package: The compiler frontend T: Fix Type: Bug Fixes

Comments

@JonasWanke
Copy link
Member

Contact Details

No response

Input

More [
  State: [
    YieldedAfterLastMatch: True,
  ]
]

Actual Output

More [State: [, YieldedAfterLastMatch: True]
]

Desired Output

More [State: [YieldedAfterLastMatch: True]]

Relevant Log Output

No response

Additional Information

No response

@JonasWanke JonasWanke added T: Fix Type: Bug Fixes P: Compiler: Formatter Package: Candy's formatter labels Dec 6, 2023
@JonasWanke JonasWanke self-assigned this Mar 21, 2024
@JonasWanke JonasWanke added P: Compiler: Frontend Package: The compiler frontend and removed P: Compiler: Formatter Package: Candy's formatter labels Mar 21, 2024
@JonasWanke JonasWanke linked a pull request Mar 23, 2024 that will close this issue
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P: Compiler: Frontend Package: The compiler frontend T: Fix Type: Bug Fixes
Projects
Status: No status
Development

Successfully merging a pull request may close this issue.

1 participant