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

move to using declarations #8124

Merged
merged 3 commits into from
Jun 17, 2024
Merged

Conversation

SimonCropp
Copy link
Contributor

this is purely cosmetic. but IMO the less indentation makes it easier to read

@SimonCropp SimonCropp requested a review from a team as a code owner June 14, 2024 01:20
Comment on lines 192 to 190
string resultText = await response.Content.ReadAsStringAsync(cancellationToken).ConfigureAwait(false);
string resultText = @await response.Content.ReadAsStringAsync(cancellationToken).ConfigureAwait(false);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Stray @ sign?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've fixed the formatting here.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thats weird. thanks

@MiYanni MiYanni merged commit 8f76da2 into dotnet:main Jun 17, 2024
10 checks passed
@SimonCropp SimonCropp deleted the move-to-using-declarations branch June 17, 2024 23:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants