Skip to content

Commit

Permalink
Testing spotlessCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
tomascayuelas committed Nov 15, 2023
1 parent cd6915e commit 26e73c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import io.ktor.utils.io.core.*
* dependencies
*/
interface AutoClose : AutoCloseable {
fun <A : AutoCloseable> autoClose(autoCloseable: A): A
fun <A : AutoCloseable> autoClose(autoCloseable: A): A
}

/** DSL method to use AutoClose */
Expand Down

0 comments on commit 26e73c8

Please sign in to comment.