From 4453cb54cb6e7fe0ec7fa3294a73a28e85529539 Mon Sep 17 00:00:00 2001 From: Wildan M Date: Sun, 2 Nov 2025 19:03:55 +0700 Subject: [PATCH] Fix fmt --- src/bin/repo_builder.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/repo_builder.rs b/src/bin/repo_builder.rs index adcc2c71..400391bd 100644 --- a/src/bin/repo_builder.rs +++ b/src/bin/repo_builder.rs @@ -126,7 +126,7 @@ fn publish_packages(recipe_list: Vec, repo_dir: String) -> anyhow::Resul pkgar::create( format!("{}/build/id_ed25519.toml", root), &appstream_pkg, - &appstream_root + &appstream_root, )?; } }