From 033985c878b3ac6645cadbbe6f9260ec57959910 Mon Sep 17 00:00:00 2001 From: James Rich Date: Mon, 27 Apr 2026 21:13:26 -0500 Subject: [PATCH] style: spotlessApply PersonIconFactory KDoc wrapping Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .../org/meshtastic/core/service/PersonIconFactory.kt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/service/src/androidMain/kotlin/org/meshtastic/core/service/PersonIconFactory.kt b/core/service/src/androidMain/kotlin/org/meshtastic/core/service/PersonIconFactory.kt index 84a015d20..7493b2a00 100644 --- a/core/service/src/androidMain/kotlin/org/meshtastic/core/service/PersonIconFactory.kt +++ b/core/service/src/androidMain/kotlin/org/meshtastic/core/service/PersonIconFactory.kt @@ -22,11 +22,11 @@ import androidx.core.graphics.createBitmap import androidx.core.graphics.drawable.IconCompat /** - * Renders a circular avatar with a single uppercase initial — used for [androidx.core.app.Person] - * icons in MessagingStyle notifications and for conversation shortcut avatars. + * Renders a circular avatar with a single uppercase initial — used for [androidx.core.app.Person] icons in + * MessagingStyle notifications and for conversation shortcut avatars. * - * Shared by [MeshServiceNotificationsImpl] and [ConversationShortcutManager] to keep the avatar - * appearance consistent across the notification shade and the launcher / Android Auto. + * Shared by [MeshServiceNotificationsImpl] and [ConversationShortcutManager] to keep the avatar appearance consistent + * across the notification shade and the launcher / Android Auto. */ internal object PersonIconFactory {