Skip to content

Commit

Permalink
chore: Use alphabetic imports ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
xyrolaith committed Sep 17, 2024
1 parent 0aafbff commit 8bc8a01
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
package com.svenjacobs.app.leon.core.domain.sanitizer.jodel

import android.content.Context
import kotlin.io.encoding.Base64
import kotlin.io.encoding.ExperimentalEncodingApi
import com.svenjacobs.app.leon.core.common.url.decodeUrl
import com.svenjacobs.app.leon.core.domain.R
import com.svenjacobs.app.leon.core.domain.sanitizer.Sanitizer
import com.svenjacobs.app.leon.core.domain.sanitizer.SanitizerId
import kotlin.io.encoding.Base64
import kotlin.io.encoding.ExperimentalEncodingApi
import org.json.JSONObject

class JodelSanitizer : Sanitizer {
Expand Down

0 comments on commit 8bc8a01

Please sign in to comment.