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

Missing space between @_spi #530

Closed
StevenWong12 opened this issue May 19, 2023 · 2 comments
Closed

Missing space between @_spi #530

StevenWong12 opened this issue May 19, 2023 · 2 comments

Comments

@StevenWong12
Copy link
Contributor

StevenWong12 commented May 19, 2023

Description

Run format on code like

@_spi(foo) @_spi(bar) import module

Got the following formatted code

@_spi(foo)@_spi(bar) import module

It should keep the space between @_spis.

Steps to Reproduce

Run format on

@_spi(foo) @_spi(bar) import module
@allevato
Copy link
Member

Have you tried this at head? It should have been fixed by #501.

@StevenWong12
Copy link
Contributor Author

Oh, I see. Thanks!

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

No branches or pull requests

2 participants