Skip to content

Commit 8e9e4d1

Browse files
elizarovqwwdfsad
authored andcommitted
Code style in test code fixed
1 parent e64b52c commit 8e9e4d1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ui/kotlinx-coroutines-swing/test/SwingTest.kt

+3-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ class SwingTest : TestBase() {
3434
}
3535

3636
private class SwingComponent(coroutineContext: CoroutineContext = EmptyCoroutineContext) :
37-
CoroutineScope by MainScope() + coroutineContext {
37+
CoroutineScope by MainScope() + coroutineContext
38+
{
3839
public var executed = false
3940
fun testLaunch(): Job = launch {
4041
check(SwingUtilities.isEventDispatchThread())
@@ -49,6 +50,7 @@ class SwingTest : TestBase() {
4950
delay(Long.MAX_VALUE)
5051
}
5152
}
53+
5254
@Test
5355
fun testLaunchInMainScope() = runTest {
5456
val component = SwingComponent()

0 commit comments

Comments
 (0)