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

Add whitespaces between custom operator and generics #75

Merged
merged 1 commit into from Feb 9, 2015

Conversation

ken0nek
Copy link
Contributor

@ken0nek ken0nek commented Feb 9, 2015

I'm really impressed by this repository. Thank you.

When I read code of this repository, I noticed one thing...

Code like below is a little bit not readable
the operator is <=? or <=< ?

public func <=<P: RelativeInequality>(lhs: P, rhs: P) -> NSLayoutConstraint {

So I added a whitespace after the operator.

If you would like, please merge this...

Sorry for sending such a simple and ridiculous change.

Thank you.

@robb
Copy link
Owner

robb commented Feb 9, 2015

Thanks 💖

robb added a commit that referenced this pull request Feb 9, 2015
Add whitespaces between custom operator and generics
@robb robb merged commit bfcdb55 into robb:master Feb 9, 2015
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.

None yet

2 participants