Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
qhy040404 committed Jun 5, 2023
1 parent e8ce82f commit 4298f3c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import java.util.concurrent.TimeUnit

@Suppress("SpellCheckingInspection")
object Requests {

var libInitialized = false
var eduInitialized = false

Expand Down Expand Up @@ -131,10 +130,7 @@ object Requests {
return response.request.url.toString()
}
return runBlocking(Dispatchers.IO) {
response.body!!.string().also {
val b = form
val a = it
}
response.body!!.string()
}
}
} catch (s: SocketTimeoutException) {
Expand Down

0 comments on commit 4298f3c

Please sign in to comment.