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

PatternMatching includes extra spaces #167

Closed
belav opened this issue May 3, 2021 · 1 comment · Fixed by #195
Closed

PatternMatching includes extra spaces #167

belav opened this issue May 3, 2021 · 1 comment · Fixed by #195
Labels
area:formatting type:bug Something isn't working
Projects
Milestone

Comments

@belav
Copy link
Owner

belav commented May 3, 2021

if (
    doc is HardLine { SkipBreakIfFirstInGroup: true }  &&
    newGroup
) {
@belav belav added type:bug Something isn't working area:formatting labels May 3, 2021
@belav
Copy link
Owner Author

belav commented May 5, 2021

possibly related

                            if (
                                AwaitableFactory.TryGet(body.Type)
                                    is  {  } awaitableHandler
                                && awaitableHandler.ResultType.IsAssignableFrom(resultType)
                            ) {

from
https://github.com/belav/moq4/pull/2/files#diff-f4db94f49955d86a81ab7ebd3c4751cc22a066f7e2541e89a6c33a67f2d4b537

@belav belav added this to Low priority in Bug Triage May 6, 2021
@belav belav added this to the 0.9.3 milestone May 15, 2021
belav added a commit that referenced this issue May 15, 2021
Bug Triage automation moved this from Low Effort to Closed May 15, 2021
@belav belav changed the title PatternMatching extra space PatternMatching includes extra spaces May 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:formatting type:bug Something isn't working
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

1 participant