Skip to content

Commit

Permalink
Apply Spotless rules to import statements in PeekabooImageResizer
Browse files Browse the repository at this point in the history
  • Loading branch information
onseok committed Feb 5, 2024
1 parent 5fea8d3 commit d5d0863
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ import android.graphics.Paint
import android.net.Uri
import android.provider.OpenableColumns
import androidx.exifinterface.media.ExifInterface
import java.io.ByteArrayOutputStream
import kotlinx.coroutines.CoroutineScope
import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.launch
import kotlinx.coroutines.withContext
import java.io.ByteArrayOutputStream

internal object PeekabooImageResizer {
internal fun resizeImageAsync(
Expand Down

0 comments on commit d5d0863

Please sign in to comment.