-
Notifications
You must be signed in to change notification settings - Fork 601
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
Conversation
Thx! |
Time. Leave this open and I'll get to it this week 🙏 ?? |
Haha sure, no rush! 👍 |
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. | |||
|
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.
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
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.
That's what I get for trying to do this fast. 👎
Instead of adding a new commit, I amended the last one. I hope that is OK with the github workflow. |
Perfect 👍 |
Checklist
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.