-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Clean-up white-space in some of the source files #6565
Clean-up white-space in some of the source files #6565
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please don't rename src/Framework/Event args classes.cd
. We should probably just delete it (in a separate PR).
Looking good overall!
|
Update dependencies from https://github.com/dotnet/arcade build 20210615.2 Microsoft.DotNet.Arcade.Sdk From Version 5.0.0-beta.21226.1 -> To Version 5.0.0-beta.21315.2 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Rainer Sigwald <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can leave the deletion of the .cd
file in this PR if you rebase it into its own commit, please.
Missed files from previous removals
except in Common props, targets and tasks. 1. Remove all trailing spaces. 2. Fixup NewLine(s) where necessary - Add New Line(s) between every block to make it clear. - Remove unnecessary New Line(s) to reduce scrolling. These are the files that would be touched by VS Editor later. Separating the whitespace changes early on would help reviewers.
Looks good! I don't think this meets the bar for 16.11, so I retargeted to (leaving "change requested" so I remember to check on this but I actually approve) |
So, could you say that this PR... nirmalizes whitespace? |
@KirillOsenkov There's lot more to nirmalize!! 😜😂 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks unblocked to me. Not sure why GitHub shows the diff as including release notes and stuff; those commits don't seem to be different. I'm going to close/reopen the PR and see if that helps it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The extra commits you noticed are still there, but that doesn't bother me too much. Fine with me if rainersigwald is fine with it.
Thanks Nirmal4G!
They weren't really there; I manually merged to be extra sure of that :) Thanks, @Nirmal4G! |
Part of #4779
Context
Clean-up white-space in some of the source files (files that could be a part of my later PRs).
Changes Made
src/Framework/Event args classes.cd
)Notes
These are the files that would be touched by later PRs.
Separating the white-space changes early on would help reviewers.