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
I'm seeing some strange behavior with properties that are written on a single line. E.g., this:
https://github.com/stephencelis/SQLite.swift/blob/3a0435ebce11fd31e7a4176eacff5f3350e70782/SQLite/Database.swift#L33
Yields this:
The text was updated successfully, but these errors were encountered:
Fixing #225 may automatically fix this one.
Sorry, something went wrong.
Yes, #225 would fix this one, but I'll keep this issue open because we could fix this separately.
fix bug where single-line declarations would include body
cddbc9b
fixes #226
a3953a8
jpsim
Successfully merging a pull request may close this issue.
I'm seeing some strange behavior with properties that are written on a single line. E.g., this:
https://github.com/stephencelis/SQLite.swift/blob/3a0435ebce11fd31e7a4176eacff5f3350e70782/SQLite/Database.swift#L33
Yields this:
The text was updated successfully, but these errors were encountered: