chore: clippy

This commit is contained in:
Vukašin Vojinović 2025-10-03 03:24:44 +02:00 committed by Ashley Wulber
parent 4a4d5c0a9e
commit 909577b364
9 changed files with 121 additions and 146 deletions

View file

@ -439,7 +439,7 @@ impl MimeAppCache {
fn get_default_terminal(&self) -> Option<String> {
let output = process::Command::new("xdg-mime")
.args(&["query", "default", "x-scheme-handler/terminal"])
.args(["query", "default", "x-scheme-handler/terminal"])
.output()
.ok()?;