style(call): spotless reformat in CallManagerTest

Pre-existing formatting violation surfaced by `./gradlew spotlessApply`.
Unrelated to the Marmot persistence fix in this branch.
This commit is contained in:
Claude
2026-04-15 20:57:06 +00:00
parent 21b83b5777
commit c234832860
@@ -1844,8 +1844,7 @@ class CallManagerTest {
// observes the echo, detects a self-answer/self-reject in IncomingCall
// state and transitions to Ended(ANSWERED_ELSEWHERE / REJECTED).
private fun EphemeralGiftWrapEvent.recipientPubKey(): HexKey? =
tags.firstOrNull { it.size >= 2 && it[0] == "p" }?.get(1)
private fun EphemeralGiftWrapEvent.recipientPubKey(): HexKey? = tags.firstOrNull { it.size >= 2 && it[0] == "p" }?.get(1)
@Test
fun acceptCallPublishesAnswerWrappedForSelfSoSiblingDeviceCanStopRinging() =