From 1635fe97c81a1345510b25ca5c48d796ea67fb01 Mon Sep 17 00:00:00 2001 From: iris <2+iris@noreply.localhost> Date: Sat, 29 Aug 2026 22:33:46 -0400 Subject: [PATCH] Take the formatter's line wrapping in NerdIcons Left over from running ktfmt across the merge: the comment reflows two lines. No change to what it says. --- .../src/main/kotlin/com/example/aiapp/NerdIcons.kt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/androidApp/src/main/kotlin/com/example/aiapp/NerdIcons.kt b/app/androidApp/src/main/kotlin/com/example/aiapp/NerdIcons.kt index 3c21f2d..6ac02fb 100644 --- a/app/androidApp/src/main/kotlin/com/example/aiapp/NerdIcons.kt +++ b/app/androidApp/src/main/kotlin/com/example/aiapp/NerdIcons.kt @@ -34,9 +34,9 @@ import androidx.compose.ui.unit.sp * The same arrangement as dev-updater, down to the cog and the refresh arrow being the same two * Material Design codepoints. Those two must not drift: an icon that means "settings" in one app * and something else in the other is the failure this is worth preventing. The script is copied - * rather than shared because most of what looks like duplication is the `GLYPHS` list, which has - * to differ -- the point of subsetting is to ship only the codepoints one app draws. All Material Design - * bar one, so they read as one family; the exception is noted where it is declared. + * rather than shared because most of what looks like duplication is the `GLYPHS` list, which has to + * differ -- the point of subsetting is to ship only the codepoints one app draws. All Material + * Design bar one, so they read as one family; the exception is noted where it is declared. */ val NerdIcons = FontFamily(Font(R.font.nerd_icons))