From 2c2c9768f922e00658e270ab3d8481c02ecd4c16 Mon Sep 17 00:00:00 2001 From: Arsenii Kulikov Date: Mon, 11 Mar 2024 16:40:35 +0400 Subject: [PATCH] fmt --- crates/script/src/build.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/script/src/build.rs b/crates/script/src/build.rs index 466bf42e1d769..69b28b13eaa7f 100644 --- a/crates/script/src/build.rs +++ b/crates/script/src/build.rs @@ -298,8 +298,8 @@ impl CompiledState { .map_err(|e| eyre::eyre!("Failed to get available signers: {}", e))?; if !froms.all(|from| available_signers.contains(&from.to_alloy())) { - // IF we are missing required signers, execute script as we might need to collect private - // keys from the execution. + // IF we are missing required signers, execute script as we might need to collect + // private keys from the execution. let executed = self.link()?.prepare_execution().await?.execute().await?; ( executed.args,