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

Tuple with VariableDeclaration #251

Closed
belav opened this issue Jun 1, 2021 · 1 comment
Closed

Tuple with VariableDeclaration #251

belav opened this issue Jun 1, 2021 · 1 comment
Labels
area:formatting type:bug Something isn't working
Milestone

Comments

@belav
Copy link
Owner

belav commented Jun 1, 2021

var (
    remoteAuthenticator,
    renderer,
    authServiceMock,
    jsRuntime
    ) = CreateAuthenticationManager(
    "https://www.example.com/base/authentication/login?returnUrl=https://www.example.com/base/fetchData"
);
// should probably be
var (
    remoteAuthenticator,
    renderer,
    authServiceMock,
    jsRuntime
) = CreateAuthenticationManager(
    "https://www.example.com/base/authentication/login?returnUrl=https://www.example.com/base/fetchData"
);
@belav belav added type:bug Something isn't working area:formatting labels Jun 1, 2021
@ryanavogel
Copy link
Contributor

@belav #315 fixes this. I know now how to link PRs to issues with keywords. I will do that next time.

@belav belav added this to the 0.9.7 milestone Jun 15, 2021
@belav belav closed this as completed Jun 15, 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
None yet
Development

No branches or pull requests

2 participants