Minor changes on code review

This commit is contained in:
Valentin Kipyatkov
2015-04-30 18:45:31 +03:00
parent d1afff1612
commit 73f764abd0
6 changed files with 12 additions and 14 deletions
@@ -1 +1 @@
val result = ... ?: return
val result = ... <spot>?: return</spot>
@@ -1,2 +1,2 @@
val result = ...
if (result == null) return
<spot>if (result == null) return</spot>