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.
This commit is contained in:
iris committed 2026-08-29 22:33:46 -04:00
1 parent bb191eec21
commit 1635fe97c8
1 file changed
+3 -3
@@ -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))