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

Fix @_expose attribute argument spacing #750

Merged
merged 1 commit into from
Jun 17, 2024

Conversation

kateinoigakukun
Copy link
Member

Pretty-print the @_expose with the correct spacing. It was formatted as @_expose(wasm,"foo") instead of @_expose(wasm, "foo").

Pretty-print the `@_expose` with the correct spacing. It was formatted
as `@_expose(wasm,"foo")` instead of `@_expose(wasm, "foo")`.
Copy link
Member

@allevato allevato left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Looks good but there's something (unrelated to this PR) currently broken on Linux CI, so I'll need to wait for that to get resolved first.

@allevato allevato merged commit ee3a4be into swiftlang:main Jun 17, 2024
@allevato
Copy link
Member

Would you mind cherry-picking this into the release/6.0 branch as well?

@ahoppen
Copy link
Member

ahoppen commented Jun 17, 2024

I’m merging main into release/6.0 here's o a cherry-pick is not needed. #751

ahoppen pushed a commit to ahoppen/swift-format that referenced this pull request Jun 17, 2024
…e-attribute

Fix `@_expose` attribute argument spacing
@kateinoigakukun kateinoigakukun deleted the katei/fix-expose-attribute branch July 1, 2024 15:55
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.

3 participants