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

Extra space before curly brace in array initializer #693

Closed
TiraelSedai opened this issue Jun 21, 2022 · 0 comments · Fixed by #697
Closed

Extra space before curly brace in array initializer #693

TiraelSedai opened this issue Jun 21, 2022 · 0 comments · Fixed by #697
Milestone

Comments

@TiraelSedai
Copy link

TiraelSedai commented Jun 21, 2022

Here is what I expect:

public class MyClass
{
    public int[] Arr { get; set; } = { 1, 2, 3, 4, 5 };
}

Actual code:

public class MyClass
{
    public int[] Arr { get; set; } =  { 1, 2, 3, 4, 5 };
}

Version: 0.18.0

@TiraelSedai TiraelSedai changed the title Extra space before bracket in array initializer Extra space before curly brace in array initializer Jun 21, 2022
@belav belav added this to the 0.19.0 milestone Jun 21, 2022
belav added a commit that referenced this issue Jul 4, 2022
belav added a commit that referenced this issue Jul 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants