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

Comment before contract inserts empty line break #451

Closed
belka-ew opened this issue Sep 24, 2019 · 0 comments · Fixed by #542
Closed

Comment before contract inserts empty line break #451

belka-ew opened this issue Sep 24, 2019 · 0 comments · Fixed by #542
Labels
area:comments Formatting behavior in comments or outside due to comment tokens bug spacing

Comments

@belka-ew
Copy link
Collaborator

_ stands for a space.

 class C
 {
     void foo() //
-    in (true);
+____
+    in(true);
 }
@WebFreak001 WebFreak001 added the area:comments Formatting behavior in comments or outside due to comment tokens label Aug 3, 2020
belka-ew added a commit to belka-ew/dfmt that referenced this issue Sep 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:comments Formatting behavior in comments or outside due to comment tokens bug spacing
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants