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

Extra space after closing brace #423

Closed
krlmlr opened this issue Sep 21, 2018 · 0 comments
Closed

Extra space after closing brace #423

krlmlr opened this issue Sep 21, 2018 · 0 comments

Comments

@krlmlr
Copy link
Member

krlmlr commented Sep 21, 2018

styler::style_text("call(\nif (x)\ny, if(x)\n z)")
#> call(
#>   if (x) {
#>     y
#>   } , if (x) {
#>     z
#>   }
#> )

Created on 2018-09-21 by the reprex package (v0.2.1)

Disappears when styling a second time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants