Skip to main content

max / audiofiles

Restore the rustfmt gate on activation.rs One collapsed call, left non-conforming by a03745b. The pre-commit gate only sees staged files, so it went in unnoticed and every later `cargo fmt --all --check` fails on it.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-07-27 18:04 UTC
Signed with PGP, not checked
Commit: 694a7a14af2c5134b6be30c32c6016c19c7f7666
Parent: 90a5f76
1 file changed, +1 insertion, -3 deletions
@@ -318,9 +318,7 @@
318 318 ui.label(egui::RichText::new(format!("{}.", i + 1)).weak());
319 319 ui.vertical(|ui| {
320 320 ui.label(egui::RichText::new(*title).strong());
321 - ui.label(
322 - egui::RichText::new(*blurb).color(theme::content_secondary()),
323 - );
321 + ui.label(egui::RichText::new(*blurb).color(theme::content_secondary()));
324 322 });
325 323 });
326 324 }