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

Spelling / conventions and grammar fixes #2338

Merged
merged 4 commits into from
Feb 26, 2020

Conversation

HeroMaxPower
Copy link
Contributor

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.

@@ -6,106 +6,106 @@

namespace vstest.console.UnitTests.TestPlatformHelpers
{
using System;
Copy link
Member

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?

Copy link
Member

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.

Copy link
Contributor Author

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;
Copy link
Member

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?

Copy link
Member

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.

Copy link
Contributor Author

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.

@nohwnd nohwnd removed the request for review from vagisha-nidhi February 26, 2020 09:37
@nohwnd nohwnd merged commit 5752756 into microsoft:master Feb 26, 2020
@nohwnd
Copy link
Member

nohwnd commented Feb 26, 2020

Thanks, merged 👊

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