-
Notifications
You must be signed in to change notification settings - Fork 10.4k
[Low Risk Cleanup] Removes double semicolons #16794
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
Conversation
...rvers/Kestrel/Transport.Libuv/src/Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.csproj
Outdated
Show resolved
Hide resolved
...rvers/Kestrel/Transport.Libuv/src/Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.csproj
Outdated
Show resolved
Hide resolved
This comment was made automatically. If there is a problem contact [email protected]. I've triaged the above build. I've created/commented on the following issue(s) |
The triage doesn't exist? |
@kamronbatman don't worry about that, it's for our internal tracking! The change looks good, I'll approve it and we'll merge it hopefully later today. |
Thanks @kamronbatman! |
Removes double semicolons since they are not needed.
No specific testing since there are no functional changes. This is low risk.