-
Notifications
You must be signed in to change notification settings - Fork 323
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
Spelling / conventions and grammar fixes #2338
Conversation
@@ -6,106 +6,106 @@ | |||
|
|||
namespace vstest.console.UnitTests.TestPlatformHelpers | |||
{ | |||
using System; |
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.
what is going on in this file? was it using Tabs as spaces?
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.
hard to see from this view but the file has few thousand changes.
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.
Yes so i used the FixMixedTabs plugin to remove spaces with tabs, so looks like the plugin rewrites the whole cs file.
@@ -3,842 +3,842 @@ | |||
|
|||
namespace Microsoft.TestPlatform.Utilities.UnitTests | |||
{ | |||
using System; |
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.
what is going on here? were there tabs instead of spaces?
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.
hard to see from this view but the file has few thousand changes.
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.
Yes so i used the FixMixedTabs plugin to remove spaces with tabs, so looks like the plugin rewrites the whole cs file.
Thanks, merged 👊 |
I've corrected some spelling, grammar & whitespace errors i noticed while in this solution.
Please take a look. Hopefully it will improve the information conveyed to the user / dev.