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

Remove whitespace around comment when removing comment (RR0098) #1127

Closed
josefpihrt opened this issue Jul 23, 2023 · 0 comments · Fixed by #1284
Closed

Remove whitespace around comment when removing comment (RR0098) #1127

josefpihrt opened this issue Jul 23, 2023 · 0 comments · Fixed by #1284

Comments

@josefpihrt
Copy link
Collaborator

Product and Version Used: 4.3.0

Steps to Reproduce:

Code:

class C
{
    void M()
    {
    }

    //void M2() // Invoke "Remove comment" here
    //{
    //}

    void M3()
    {
    }
}

After the refactoring:

class C
{
    void M()
    {
    }



    void M3()
    {
    }
}
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.

1 participant