tests: apply official code style
#KT-38632 Fixed
This commit is contained in:
+1
-1
@@ -2,6 +2,6 @@
|
||||
|
||||
fun test() {
|
||||
foo@ while (true) {
|
||||
<caret>break@foo
|
||||
break@<caret>foo
|
||||
}
|
||||
}
|
||||
@@ -3,7 +3,7 @@
|
||||
fun test() {
|
||||
foo@ while (true) {
|
||||
while (true) {
|
||||
<caret> break@foo
|
||||
break@<caret>foo
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2,6 +2,6 @@
|
||||
|
||||
fun test() {
|
||||
foo@ while (true) {
|
||||
<caret>continue@foo
|
||||
continue@<caret>foo
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user