Skip to content

Commit

Permalink
Autoformat kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
0nko committed Sep 2, 2024
1 parent 79821b4 commit aaeccf4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ import com.duckduckgo.common.utils.extensions.toSanitizedLanguageTag
import com.duckduckgo.common.utils.plugins.PluginPoint
import com.duckduckgo.di.scopes.AppScope
import com.squareup.anvil.annotations.ContributesMultibinding
import kotlinx.coroutines.CoroutineScope
import kotlinx.coroutines.launch
import java.time.Instant
import java.time.ZoneOffset
import java.time.format.DateTimeFormatter
import javax.inject.Inject
import kotlinx.coroutines.CoroutineScope
import kotlinx.coroutines.launch

@ContributesMultibinding(AppScope::class)
class FeatureRetentionPixelSender @Inject constructor(
Expand Down

0 comments on commit aaeccf4

Please sign in to comment.