mirror of
https://github.com/square/okhttp.git
synced 2025-11-27 18:21:14 +03:00
Delete unwanted whitespace.
I think the convert-to-Kotlin feature adds these
This commit is contained in:
@@ -26,7 +26,7 @@ import java.net.HttpCookie
|
||||
import java.util.ArrayList
|
||||
import java.util.Collections
|
||||
|
||||
/** A cookie jar that delegates to a [java.net.CookieHandler]. */
|
||||
/** A cookie jar that delegates to a [java.net.CookieHandler]. */
|
||||
class JavaNetCookieJar(private val cookieHandler: CookieHandler) : CookieJar {
|
||||
|
||||
override fun saveFromResponse(url: HttpUrl, cookies: List<Cookie>) {
|
||||
|
||||
Reference in New Issue
Block a user