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

Remove whitespace from empty lines in the test classes #251

Merged
merged 2 commits into from
May 24, 2017

Conversation

mikelupo
Copy link
Collaborator

Checklist

  • I've checked that all new and existing tests pass
  • I've updated the documentation if necessary
  • I've added an entry in the CHANGELOG to credit myself

Description

Remove unnecessary whitespace from empty lines in the test classes.

Motivation and Context

Future merge issues. Adheres to the already high standard of OHHTTPStubs

Ran all of the tests. 100% passing.

@AliSoftware
Copy link
Owner

Thx!
Question: why only do it on test classes and not the whole codebase?

@mikelupo
Copy link
Collaborator Author

Time. Leave this open and I'll get to it this week 🙏 ??

@AliSoftware
Copy link
Owner

Haha sure, no rush! 👍

@mikelupo
Copy link
Collaborator Author

ok, I got to it. 🧀 😁

@@ -75,7 +75,7 @@ NS_ASSUME_NONNULL_BEGIN

/**
Creates and returns a network reachability manager with the default socket address.

Copy link
Owner

Choose a reason for hiding this comment

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

Careful, we shouldn't modify the code of third-party pods 😉

Maybe re-run pod install after your regex to overwrite the pods's code back to their original code for example

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

That's what I get for trying to do this fast. 👎

@mikelupo
Copy link
Collaborator Author

Instead of adding a new commit, I amended the last one. I hope that is OK with the github workflow.

@AliSoftware
Copy link
Owner

Perfect 👍

@AliSoftware AliSoftware merged commit 681607f into AliSoftware:master May 24, 2017
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