Skip to content

Commit

Permalink
Additional ktlint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AsimRibo committed Aug 5, 2024
1 parent 0cc155c commit 240660d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ internal class MarkdownStringBuilderTests {
?.use { it.readText() }
.orEmpty()


private fun checkDeviceSpecificFields(markdown: String): String {
val fields = listOf(
"_screen_width_",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package com.infinum.sentinel.ui
import android.content.Context
import android.content.Intent
import android.view.View
import androidx.appcompat.widget.ActionMenuView
import androidx.arch.core.executor.testing.InstantTaskExecutorRule
import androidx.fragment.app.testing.launchFragmentInContainer
import androidx.test.core.app.ApplicationProvider
Expand All @@ -17,21 +16,14 @@ import androidx.test.espresso.intent.matcher.IntentMatchers.hasAction
import androidx.test.espresso.matcher.ViewMatchers
import androidx.test.espresso.matcher.ViewMatchers.isDisplayed
import androidx.test.espresso.matcher.ViewMatchers.withId
import androidx.test.espresso.matcher.ViewMatchers.withParent
import androidx.test.espresso.matcher.ViewMatchers.withText
import androidx.test.ext.junit.runners.AndroidJUnit4
import com.google.android.material.appbar.MaterialToolbar
import com.infinum.sentinel.R
import com.infinum.sentinel.ui.main.SentinelFragment
import com.infinum.sentinel.ui.main.application.ApplicationFragment
import com.infinum.sentinel.ui.main.permissions.PermissionsFragment
import com.infinum.sentinel.ui.main.preferences.PreferencesFragment
import com.infinum.sentinel.ui.main.tools.ToolsFragment
import kotlinx.coroutines.MainScope
import kotlinx.coroutines.launch
import org.hamcrest.Matcher
import org.hamcrest.Matchers.allOf
import org.hamcrest.Matchers.instanceOf
import org.junit.Assert.assertNotNull
import org.junit.Before
import org.junit.BeforeClass
Expand Down

0 comments on commit 240660d

Please sign in to comment.