Skip to content

Commit 7a025fd

Browse files
committed
lint
1 parent 9d3db67 commit 7a025fd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kmpalette-core/src/commonMain/kotlin/com/kmpalette/loader/ByteArrayLoader.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ import androidx.compose.ui.graphics.decodeToImageBitmap
99
public object ByteArrayLoader : ImageBitmapLoader<ByteArray> {
1010
override suspend fun load(input: ByteArray): ImageBitmap = input.decodeToImageBitmap()
1111
}
12-

0 commit comments

Comments
 (0)