Skip to main content

max / makeover-geometry

Format the compact shell emitter
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-10 01:40 UTC
Signed with PGP, not checked
Commit: fb273b10abad7447a1ffbb4842f518c379f7b717
Parent: 73aae17
1 file changed, +2 insertions, -1 deletion
M src/lib.rs +2 -1
@@ -1165,7 +1165,8 @@
1165 1165 css,
1166 1166 " --{}: var(--{});",
1167 1167 gap.token(),
1168 - gap.step_at_size(Density::Pointer, SizeClass::Compact).token()
1168 + gap.step_at_size(Density::Pointer, SizeClass::Compact)
1169 + .token()
1169 1170 );
1170 1171 }
1171 1172 css.push_str(" }\n}\n");