Remove whitespaces before labels in project code

Whitespaces are not allowed after lates syntax changes
This commit is contained in:
Denis Zharkov
2015-04-28 10:55:38 +03:00
parent 3e3535f8cf
commit ffa9b0aa7c
4 changed files with 5 additions and 5 deletions
@@ -81,7 +81,7 @@ fun suite(): TestSuite {
thread = event.thread()
latch.countDown()
break @mainLoop
break@mainLoop
}
else -> {}
}