mirror of
https://github.com/square/okhttp.git
synced 2025-07-31 05:04:26 +03:00
Delete unwanted whitespace.
I think the convert-to-Kotlin feature adds these
This commit is contained in:
@ -117,7 +117,7 @@ class HttpLoggingInterceptor @JvmOverloads constructor(
|
||||
override fun log(message: String) = block(message)
|
||||
}
|
||||
|
||||
/** A [Logger] defaults output appropriate for the current platform. */
|
||||
/** A [Logger] defaults output appropriate for the current platform. */
|
||||
@JvmField
|
||||
val DEFAULT: Logger = object : Logger {
|
||||
override fun log(message: String) {
|
||||
|
Reference in New Issue
Block a user