1
0
mirror of https://github.com/owncloud/android-library.git synced 2026-08-14 09:53:01 +00:00

Fix lint errors

This commit is contained in:
Abel García de Prada
2021-04-21 18:59:17 +02:00
parent 845b61ea4d
commit 13344ae622
3 changed files with 3 additions and 3 deletions
@@ -28,8 +28,8 @@ import com.owncloud.android.lib.resources.CommonOcsResponse
import com.squareup.moshi.JsonAdapter
import com.squareup.moshi.Moshi
import com.squareup.moshi.Types
import org.junit.Assert.assertNull
import org.junit.Assert.assertEquals
import org.junit.Assert.assertNull
import org.junit.Assert.assertTrue
import org.junit.Before
import org.junit.Test