Remove whitespaces before labels in project code
Whitespaces are not allowed after lates syntax changes
This commit is contained in:
@@ -81,7 +81,7 @@ fun suite(): TestSuite {
|
||||
thread = event.thread()
|
||||
latch.countDown()
|
||||
|
||||
break @mainLoop
|
||||
break@mainLoop
|
||||
}
|
||||
else -> {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user