Skip to content

Commit 564c5ff

Browse files
SUPERCILEXqwwdfsad
authored andcommitted
Fix bad code sample style
1 parent 75cfc4f commit 564c5ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/kotlinx-coroutines-core/test/guide/example-basic-05s.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ fun main(args: Array<String>) = runBlocking<Unit> {
1414

1515
// this is your first suspending function
1616
suspend fun launchDoWorld() = currentScope {
17-
launch {
17+
launch {
1818
println("World!")
1919
}
2020
}

0 commit comments

Comments
 (0)