1
0
mirror of https://github.com/square/okhttp.git synced 2025-11-24 18:41:06 +03:00

Spotless code formatter

This commit is contained in:
Yuri Schimke
2019-04-10 21:05:12 +01:00
parent 9e12bc4d60
commit f3949c23bc
32 changed files with 207 additions and 151 deletions

View File

@@ -22,7 +22,8 @@ import okhttp3.internal.platform.Platform
import org.conscrypt.Conscrypt
import org.hamcrest.CoreMatchers.equalTo
import org.hamcrest.CoreMatchers.not
import org.junit.Assume.*
import org.junit.Assume.assumeThat
import org.junit.Assume.assumeTrue
import org.junit.rules.ExternalResource
import java.security.Security