Skip to content

Commit b131cd2

Browse files
committed
ktlint
1 parent 1b63dc3 commit b131cd2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

runtime/protocol/http-test/jvmAndNative/src/aws/smithy/kotlin/runtime/httptest/TestWithLocalServer.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ import io.ktor.client.request.get
1010
import io.ktor.client.statement.HttpResponse
1111
import io.ktor.http.isSuccess
1212
import io.ktor.server.engine.EmbeddedServer
13-
import kotlinx.io.IOException
1413
import kotlinx.coroutines.delay
1514
import kotlinx.coroutines.runBlocking
1615
import kotlinx.coroutines.withTimeout
16+
import kotlinx.io.IOException
1717
import kotlin.test.AfterTest
1818
import kotlin.test.BeforeTest
1919
import kotlin.time.Duration.Companion.milliseconds
@@ -70,5 +70,4 @@ public abstract class TestWithLocalServer {
7070
client.close()
7171
}
7272
}
73-
7473
}

0 commit comments

Comments
 (0)