From 21b83b57776fb08d5486643323dd0c09550b24a1 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 15 Apr 2026 20:54:13 +0000 Subject: [PATCH] style(marmot): spotless reformat in Account.kt restore loop --- .../src/main/java/com/vitorpamplona/amethyst/model/Account.kt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/model/Account.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/model/Account.kt index b30507788..ea6b17f93 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/model/Account.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/model/Account.kt @@ -2460,7 +2460,9 @@ class Account( } storedMessages.forEach { json -> try { - val innerEvent = com.vitorpamplona.quartz.nip01Core.core.Event.fromJson(json) + val innerEvent = + com.vitorpamplona.quartz.nip01Core.core.Event + .fromJson(json) val isNew = cache.justConsume(innerEvent, null, false) val innerNote = cache.getOrCreateNote(innerEvent.id) if (isNew) {