We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de76335 commit f4b91e3Copy full SHA for f4b91e3
tests/rewrites/indent-comments.check
@@ -2,9 +2,9 @@
2
class A: /* 1 */ /* 2 */
3
def m1(b: Boolean) = /* 3 */ /* 4 */
4
val x = if (b)
5
- /* 5 */
+ /* 5 */ {
6
"true"
7
- /* 6 */
+ } /* 6 */
8
else
9
/* 7 */
10
"false"
0 commit comments