From 012b33877b239483a55ba768300510da2fe954a6 Mon Sep 17 00:00:00 2001 From: Pavel Zwerschke Date: Wed, 27 Nov 2024 18:13:01 +0100 Subject: [PATCH] fmt --- tests/integration_test.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration_test.rs b/tests/integration_test.rs index 415e896..a303b7e 100644 --- a/tests/integration_test.rs +++ b/tests/integration_test.rs @@ -347,7 +347,7 @@ async fn test_reproducible_shasum( } else { "environment.sh" }); - + let mut pack_options = options.pack_options.clone(); pack_options.create_executable = true; pack_options.output_file = output_file.clone();