Skip to content

Commit

Permalink
KTOR-7606 Make Closable implement AutoCloseable (#4414)
Browse files Browse the repository at this point in the history
* Use stdlib `use` extension-function
* Update type checks
  • Loading branch information
osipxd authored and marychatte committed Dec 11, 2024
1 parent 2206098 commit cc102c5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* Copyright 2014-2024 JetBrains s.r.o and contributors. Use of this source code is governed by the Apache 2.0 license.
*/

// ktlint-disable filename
package io.ktor.tests.server.cio

import io.ktor.client.statement.*
Expand Down

0 comments on commit cc102c5

Please sign in to comment.