Skip to content

Commit

Permalink
Code style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
borichellow committed Oct 23, 2024
1 parent 872013d commit 6a80bae
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,8 @@

package com.wire.android.feature

import android.content.Context
import android.content.Intent
import android.os.Build
import com.wire.android.appLogger
import com.wire.android.services.PersistentWebSocketService
import com.wire.android.services.ServicesManager
import dagger.hilt.android.qualifiers.ApplicationContext
import javax.inject.Inject
import javax.inject.Singleton

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

package com.wire.android.services

import android.app.Service
import android.content.Context
import android.content.Intent
import android.os.Build
Expand All @@ -34,7 +33,6 @@ import kotlinx.coroutines.launch
import org.jetbrains.annotations.VisibleForTesting
import javax.inject.Inject
import javax.inject.Singleton
import kotlin.reflect.KClass

/**
* This is helper class that should be used for starting/stopping any services.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
*/
package com.wire.android.feature

import android.content.ComponentName
import android.content.Context
import com.wire.android.services.ServicesManager
import io.mockk.MockKAnnotations
import io.mockk.coEvery
Expand Down

0 comments on commit 6a80bae

Please sign in to comment.