Reformat with Android Studio

This commit is contained in:
Markus Fisch
2024-05-11 14:13:20 +02:00
parent a8c50308d0
commit f0c02e5156
@@ -21,10 +21,10 @@ fun Scan.sendBluetoothAsync(
val connected = if (isConnected) {
true
} else {
connect(host,true)
connect(host, true)
}
val sent = if (connected) {
send(content,host,true)
send(content, host, true)
} else {
false
}