style: spotlessApply formatting

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
James Rich 2026-04-20 11:31:31 -05:00
parent e0a946e427
commit 8823995648

View file

@ -166,9 +166,7 @@ class BleRadioTransportTest {
// Transient disconnects (isPermanent = false) are expected once the failure threshold is hit;
// the policy must NEVER signal a permanent disconnect on its own. Only explicit close()
// (verified separately by the service layer) may emit isPermanent = true.
verify(mode = VerifyMode.not) {
service.onDisconnect(isPermanent = true, errorMessage = any())
}
verify(mode = VerifyMode.not) { service.onDisconnect(isPermanent = true, errorMessage = any()) }
bleTransport.close()
}