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

Commit ce9dc37

Browse files
authored
1 parent e68ad53 commit ce9dc37

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)