1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-07 16:06:08 +00:00

Reformat some code

This commit is contained in:
Abel García de Prada 2022-04-25 08:29:47 +02:00
parent be758eb5ea
commit f6eb631fbf
3 changed files with 4 additions and 6 deletions

1
.gitignore vendored
View File

@ -4,7 +4,6 @@
.idea/* .idea/*
!.idea/codeStyles/ !.idea/codeStyles/
sample_client/.idea/*
# files for the dex VM # files for the dex VM
*.dex *.dex

View File

@ -31,7 +31,6 @@ import com.owncloud.android.lib.common.network.NetworkUtils;
import okhttp3.Cookie; import okhttp3.Cookie;
import okhttp3.CookieJar; import okhttp3.CookieJar;
import okhttp3.HttpUrl; import okhttp3.HttpUrl;
import okhttp3.Interceptor;
import okhttp3.OkHttpClient; import okhttp3.OkHttpClient;
import okhttp3.Protocol; import okhttp3.Protocol;
import okhttp3.TlsVersion; import okhttp3.TlsVersion;