drive-by clippy fixes

This commit is contained in:
Ken Sedgwick
2025-01-20 13:01:23 -08:00
parent 835851ee52
commit 366ca24ac1
4 changed files with 4 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ impl PreviewRunner {
let ctx = &cc.egui_ctx;
let mut notedeck = Notedeck::new(ctx, &base_path, &args);
setup_chrome(ctx, &notedeck.args(), notedeck.theme());
setup_chrome(ctx, notedeck.args(), notedeck.theme());
notedeck.set_app(PreviewApp::new(preview));