-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Use whitespace around operator definitions. #82
Conversation
This reverts commit f799880.
@@ -48,7 +48,7 @@ Returns true if `lhs` Location is equal to `rhs` Location. | |||
|
|||
:returns: True if `lhs` Location is equal to `rhs` Location. | |||
*/ | |||
public func ==(lhs: Location, rhs: Location) -> Bool { | |||
public func == (lhs: Location, rhs: Location) -> Bool { |
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.
😄
This is really nice work, @akirahrkw! I just had a few minor comments, let me know what you think, then we'll merge this in. |
thanks for your feedback. I just pushed the change:) |
I made a few changes to your work in #83 to support multibyte characters & specify only a single space on each side of the operator. So I'm closing this in favor of #83. Very nice work on this, @akirahrkw! |
got it and thank you:) |
this PR is about "Use whitespace around operator definitions."
#60
thanks:)