Skip to content
This repository was archived by the owner on Jan 22, 2024. It is now read-only.

Commit 4f9e1b2

Browse files
authored
Merge pull request #99 from wilder/patch-1
Follow Kotlin's colon coding convention
2 parents e68ad53 + ce9dc37 commit 4f9e1b2

File tree

1 file changed

+1
-1
lines changed
  • tutorials/mpp-iOS-Android/SharedCode/src/commonMain/kotlin

1 file changed

+1
-1
lines changed

tutorials/mpp-iOS-Android/SharedCode/src/commonMain/kotlin/common.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package org.kotlin.mpp.mobile
22

33
expect fun platformName(): String
44

5-
fun createApplicationScreenMessage() : String {
5+
fun createApplicationScreenMessage(): String {
66
return "Kotlin Rocks on ${platformName()}"
77
}
88

0 commit comments

Comments
 (0)