Skip to content

Commit

Permalink
fixed detekt warning
Browse files Browse the repository at this point in the history
  • Loading branch information
neoBortx committed Feb 5, 2024
1 parent 4de40c9 commit 7cbae2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import com.bortxapps.simplebleclient.scanner.BleDeviceScannerSettingsBuilder
import kotlinx.coroutines.sync.Mutex

internal class BleLibraryContainer {
private var bleConfiguration = BleConfiguration()
private val bleConfiguration = BleConfiguration()

private lateinit var blueToothScanner: BluetoothLeScanner
private lateinit var bleDeviceScannerManager: BleDeviceScannerManager
Expand Down

0 comments on commit 7cbae2b

Please sign in to comment.