Skip to content

Commit 1526710

Browse files
committed
style(forge/script): revert style changes
Signed-off-by: 0xpanoramix <[email protected]>
1 parent a1fd705 commit 1526710

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/script/src/execute.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@ impl PreExecutionState {
186186

187187
if let Some(txs) = transactions {
188188
// If the user passed a `--sender` don't check anything.
189-
if self.build_data.predeploy_libraries.libraries_count() > 0
190-
&& self.args.evm.sender.is_none()
189+
if self.build_data.predeploy_libraries.libraries_count() > 0 &&
190+
self.args.evm.sender.is_none()
191191
{
192192
for tx in txs.iter() {
193193
if tx.transaction.to().is_none() {

0 commit comments

Comments
 (0)