Skip to content

Commit c78046f

Browse files
committed
chore: add missing blank lines.
1 parent af70fcc commit c78046f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

android/src/main/kotlin/dev/steenbakker/mobile_scanner/MobileScanner.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ import kotlinx.coroutines.launch
4141
import java.io.ByteArrayOutputStream
4242
import java.io.IOException
4343
import kotlin.math.roundToInt
44+
4445
class MobileScanner(
4546
private val activity: Activity,
4647
private val textureRegistry: TextureRegistry,
@@ -151,8 +152,10 @@ class MobileScanner(
151152
val byteArray = stream.toByteArray()
152153
val bmWidth = bmResult.width
153154
val bmHeight = bmResult.height
155+
154156
bmResult.recycle()
155157
imageProxy.close()
158+
156159
mobileScannerCallback(
157160
barcodeMap,
158161
byteArray,

0 commit comments

Comments
 (0)