style(marmot): spotless reformat in Account.kt restore loop
This commit is contained in:
@@ -2460,7 +2460,9 @@ class Account(
|
|||||||
}
|
}
|
||||||
storedMessages.forEach { json ->
|
storedMessages.forEach { json ->
|
||||||
try {
|
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 isNew = cache.justConsume(innerEvent, null, false)
|
||||||
val innerNote = cache.getOrCreateNote(innerEvent.id)
|
val innerNote = cache.getOrCreateNote(innerEvent.id)
|
||||||
if (isNew) {
|
if (isNew) {
|
||||||
|
|||||||
Reference in New Issue
Block a user