Skip to content

Commit bba5f80

Browse files
committed
fix conflix
1 parent e60cf6e commit bba5f80

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@
3434
val myTime: Int? = null
3535
var me = "Time to "
3636
37-
when (myTime)
37+
when (myTime) {
3838
null -> me += "pray"
3939
else -> me += "code"
40-
40+
}
41+
4142
print(me)
4243
```

0 commit comments

Comments
 (0)