1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-22 07:16:26 +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
.gitignore
owncloudComLibrary/src/main/java/com/owncloud/android/lib/common/http

1
.gitignore vendored

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

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