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
throws
Tailor Version: v0.9.0
Swift Version: 2.2
Platform (Mac/Linux/Windows/CI): Mac
Installation Method: Homebrew
This is what is causing it now. I think its just the throws though.
public convenience init(name: String...) throws {
No error
[brace-style] Opening brace should have exactly one space before it
The text was updated successfully, but these errors were encountered:
Merge pull request #413 from sleekbyte/ns-405-open-brace-style-fix
c68215a
#405: Check for keywords in between parameter clause and open brace
nehasingh2293
No branches or pull requests
Tailor Version: v0.9.0
Swift Version: 2.2
Platform (Mac/Linux/Windows/CI): Mac
Installation Method: Homebrew
Steps to Reproduce Issue
This is what is causing it now. I think its just the
throws
though.public convenience init(name: String...) throws {
Expected Behavior
No error
Actual Behavior
[brace-style] Opening brace should have exactly one space before it
The text was updated successfully, but these errors were encountered: