From bd0cc9e2b174033b3736eddf3253c858712c3083 Mon Sep 17 00:00:00 2001 From: Gabriele Musco Date: Sat, 14 Jun 2025 17:28:39 +0200 Subject: [PATCH] chore: format --- src/depcheck/xrizer_deps.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/depcheck/xrizer_deps.rs b/src/depcheck/xrizer_deps.rs index 9d3591f..49d9354 100644 --- a/src/depcheck/xrizer_deps.rs +++ b/src/depcheck/xrizer_deps.rs @@ -15,7 +15,7 @@ fn xrizer_deps() -> Vec { (LinuxDistro::Fedora, "cargo".into()), (LinuxDistro::Alpine, "cargo".into()), (LinuxDistro::Suse, "cargo".into()), - ]) + ]), }, Dependency { name: "libxcb-glx".into(),