From c2348328603f2c7b2a6ccfd1b4e42c3cd4421ae1 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 15 Apr 2026 20:57:06 +0000 Subject: [PATCH] style(call): spotless reformat in CallManagerTest Pre-existing formatting violation surfaced by `./gradlew spotlessApply`. Unrelated to the Marmot persistence fix in this branch. --- .../com/vitorpamplona/amethyst/commons/call/CallManagerTest.kt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/commons/src/commonTest/kotlin/com/vitorpamplona/amethyst/commons/call/CallManagerTest.kt b/commons/src/commonTest/kotlin/com/vitorpamplona/amethyst/commons/call/CallManagerTest.kt index 463dab25a..6ffda5ae1 100644 --- a/commons/src/commonTest/kotlin/com/vitorpamplona/amethyst/commons/call/CallManagerTest.kt +++ b/commons/src/commonTest/kotlin/com/vitorpamplona/amethyst/commons/call/CallManagerTest.kt @@ -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() =