We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.
Good: func <|< <A>(lhs: A, rhs: A) -> A Bad: func <|<<A>(lhs: A, rhs: A) -> A
func <|< <A>(lhs: A, rhs: A) -> A
func <|<<A>(lhs: A, rhs: A) -> A
The text was updated successfully, but these errors were encountered:
add OperatorFunctionWhitespaceRule
56e2ffb
realm#60 realm#60
fix to follow issue realm#60 rule
32edb24
90dfe36
No branches or pull requests
Use whitespace around operator definitions.
Good:
func <|< <A>(lhs: A, rhs: A) -> A
Bad:
func <|<<A>(lhs: A, rhs: A) -> A
The text was updated successfully, but these errors were encountered: