From 2e5c4075e7f58480f902be1ee15c4b9d9a9850dc Mon Sep 17 00:00:00 2001 From: Michal S Date: Wed, 7 Sep 2022 22:38:04 +0100 Subject: [PATCH] Format --- src/operations/aur_install/common.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/operations/aur_install/common.rs b/src/operations/aur_install/common.rs index a8e12e8..64dfd4a 100644 --- a/src/operations/aur_install/common.rs +++ b/src/operations/aur_install/common.rs @@ -198,7 +198,7 @@ async fn build_package( let packages = MakePkgBuilder::package_list(build_path).await?; tracing::debug!("Archives: {packages:?}"); - + pb.finish_with_message(format!("{}: {}", pkg_name.clone().bold(), "Built!".green())); ctx.step = BuildStep::Install(PackageArchives(packages));