Skip to content

Commit 6e5f8a6

Browse files
committed
reknit (extra spaces removed)
1 parent 507f5d4 commit 6e5f8a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/kotlinx-coroutines-javafx/src/test/kotlin/guide/example-ui-advanced-01.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ class ExampleApp : Application() {
6565
fun setup(hello: Text, fab: Circle) {
6666
fab.onMouseClicked = EventHandler {
6767
println("Before launch")
68-
launch(UI) {
68+
launch(UI) {
6969
println("Inside coroutine")
7070
delay(100)
7171
println("After delay")
72-
}
72+
}
7373
println("After launch")
7474
}
7575
}

0 commit comments

Comments
 (0)